Functions
parse_sqlite_path
1
str
▼
Extract the file path from a sqlite:// URL.
parse_sqlite_path
1
str
▼
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
create_pool
1
object
▼
async def create_pool(config: DatabaseConfig) -> object
Parameters
| Name | Type | Description |
|---|---|---|
config |
DatabaseConfig |
Returns
object