Skip to main content

Module sqlite

Module sqlite 

Source
Expand description

The SQLite driver: Pool implements Executor, Begin, BeginWith and StreamExecutor.

SQLite has no native storage class for the mapped types, so every one of them binds as its pinned text form from docs/type-mappings.md, rendered here by hand — byte-identical to the forms Value serialises to, which is what FromValue’s text acceptance reads back.

Structs§

Pool
A SQLite connection pool.