colrev.env.local_index_sqlite.SQLiteIndex

class SQLiteIndex(*, index_name, index_keys, reinitialize)[source]

Bases: object

The SQLiteIndex class implements indexing and retrieval of records locally

Methods

commit

Commit changes to the SQLITE database

Attributes

connection

CREATE_TABLE_QUERY

commit()[source]

Commit changes to the SQLITE database

Return type:

None