path_to_sqlite

path_to_sqlite(path)[source]

Convert a path to a SQLite connection string.

Parameters:

path (Union[str, Path]) – A path to a SQLite database file

Return type:

str

Returns:

A standard connection string to the database