Skip to main content

Module bun_sqlite

Module bun_sqlite 

Source

Structs§

RunResult
Result of a .run() call.
SqliteDatabase
Opaque handle wrapping a rusqlite::Connection.
SqliteIterator
Live row-cursor for Statement#iterate(). The Rows borrow is transmuted to ’static (same lifetime discipline as SqliteStatement: the parent statement must outlive the iterator — the raw stmt pointer pins it).
SqliteStatement
Opaque handle wrapping a rusqlite::Statement.

Functions§

install
Install bun:sqlite module with real Database constructor.
register_database_constructor
Register the Database constructor on the bun:sqlite module object.