pyworkflow.mapper.sqlite_db module
This module contains some sqlite basic tools to handle Databases.
- class pyworkflow.mapper.sqlite_db.SqliteDb[source]
Bases:
object
Class to handle a Sqlite database. It will create connection, execute queries and commands.
- OPEN_CONNECTIONS = {}
- getTables(tablePattern=None)[source]
Return the table names existing in the Database. If tablePattern is not None, only tables matching the pattern will be returned.