Module

data.drivers.sqlite

SQLite driver helpers for chirp.data.

Functions

parse_sqlite_path 1 str
Extract the file path from a sqlite:// URL.
def parse_sqlite_path(url: str) -> str
Parameters
Name Type Description
url str
Returns
str
create_pool 1 object
Create a SQLite connection (pool is the single connection).
async
async def create_pool(config: DatabaseConfig) -> object
Parameters
Name Type Description
config DatabaseConfig
Returns
object