database.sqltable Module¶
SQLAlchemy table implementations.
-
class
wpull.database.sqltable.SQLiteURLTable(path=':memory:')[source]¶ Bases:
wpull.database.sqltable.BaseSQLURLTableURL table with SQLite storage.
Parameters: path – A SQLite filename
-
class
wpull.database.sqltable.GenericSQLURLTable(url)[source]¶ Bases:
wpull.database.sqltable.BaseSQLURLTableURL table using SQLAlchemy without any customizations.
Parameters: url – A SQLAlchemy database URL.
-
wpull.database.sqltable.URLTable¶ The default URL table implementation.
alias of
SQLiteURLTable