Docs.rs
bao-core-0.1.0
bao-core 0.1.0
Docs.rs crate page
MIT
OR
MPL-2.0
20 August 2026
Links
Repository
crates.io
Source
Owners
putao520
Dependencies
bao-browser ^0.1.0
normal
bao_cdp ^0.1.0
normal
bao_cdp_client ^0.1.0
normal
bao_engine ^0.1.0
normal
bao_stealth ^0.1.0
normal
bao_uloop ^0.1.0
normal
bun_runtime ^0.1.0
normal
Versions
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module bun_sqlite
bao
0.1.0
Module bun_
sqlite
Module Items
Structs
Functions
In bao::
runtime
bao
::
runtime
Module
bun_
sqlite
Copy item path
Source
Structs
§
RunResult
Result of a .run() call.
Sqlite
Database
Opaque handle wrapping a rusqlite::Connection.
Sqlite
Iterator
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).
Sqlite
Statement
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.