colrev.env.local_index_sqlite.SQLiteIndex

class colrev.env.local_index_sqlite.SQLiteIndex(*, index_name, index_keys, reinitialize)[source]

Bases: object

The SQLiteIndex class implements indexing and retrieval of records locally.

Initialize the instance.

Methods

commit

Commit changes to the SQLITE database.

Attributes

connection

CREATE_TABLE_QUERY

commit()[source]

Commit changes to the SQLITE database.

Return type:

None