colrev.env.local_index_sqlite.SQLiteIndexRankings
- class colrev.env.local_index_sqlite.SQLiteIndexRankings(*, reinitialize=False)[source]
 Bases:
SQLiteIndexThe SQLiteIndexRankings class implements indexing and retrieval of journal rankings locally
Methods
commitCommit changes to the SQLITE database
insert_dfInsert a dataframe of journal rankings into the index
selectSelect journal rankings from the index
Attributes
CREATE_TABLE_QUERYINDEX_NAMEKEYSSELECT_QUERYconnection- commit()
 Commit changes to the SQLITE database
- Return type:
 None