package documentation

Undocumented

Module aiosqlite .. dialect:: sqlite+aiosqlite :name: aiosqlite :dbapi: aiosqlite :connectstring: sqlite+aiosqlite:///file_path :url: https://pypi.org/project/aiosqlite/
Module base .. dialect:: sqlite :name: SQLite :full_support: 3.21, 3.28+ :normal_support: 3.12+ :best_effort: 3.7.16+
Module dml No module docstring; 1/1 function, 1/4 class documented
Module json Undocumented
Module provision No module docstring; 0/1 variable, 1/11 function documented
Module pysqlcipher .. dialect:: sqlite+pysqlcipher :name: pysqlcipher :dbapi: sqlcipher 3 or pysqlcipher :connectstring: sqlite+pysqlcipher://:passphrase@/file_path[?kdf_iter=<iter>]
Module pysqlite .. dialect:: sqlite+pysqlite :name: pysqlite :dbapi: sqlite3 :connectstring: sqlite+pysqlite:///file_path :url: https://docs.python.org/library/sqlite3.html

From __init__.py:

Class DATE Represent a Python date object in SQLite using a string.
Class DATETIME Represent a Python datetime object in SQLite using a string.
Class JSON SQLite JSON type.
Class TIME Represent a Python time object in SQLite using a string.