path_to_sqlite

path_to_sqlite(path: str | Path) str[source]

Convert a path to a SQLite connection string.

Parameters:

path – A path to a SQLite database file

Returns:

A standard connection string to the database