Search notes:
René's SQLite Helper (Python Module)
TODO
This library should probably use
platformdirs
to determine the "correct" value for
~/.local/share/sqlite-dbs/
.
See also
The standard library
sqlite3
.
The package on
PyPI
and its
github repository
.
This module is used to load
models.dev into an SQLite database
.
By default, the databases are created under
~/.local/share/sqlite-dbs/
.
Index