sqltrack.engines.engine module

class sqltrack.engines.engine.Engine[source]

Bases: ABC

abstract connect() DBAPIConnection[source]

Returns database connection objects.

abstract data_dir() str[source]

Returns the path to the directory where supporting files for this engine are stored.

abstract map_type(client, typ) str[source]

Given Python type typ, returns SQL type as string.

schema = None