colrev.env.local_index_sqlite.SQLiteIndexRankings
- class colrev.env.local_index_sqlite.SQLiteIndexRankings(*, reinitialize=False)[source]
Bases:
SQLiteIndex
The SQLiteIndexRankings class implements indexing and retrieval of journal rankings locally
Methods
commit
Commit changes to the SQLITE database
insert_df
Insert a dataframe of journal rankings into the index
select
Select journal rankings from the index
Attributes
CREATE_TABLE_QUERY
INDEX_NAME
KEYS
SELECT_QUERY
connection
- commit()
Commit changes to the SQLITE database
- Return type:
None