Skip to main content

Module runtime

Module runtime 

Source

Structs§

SqliteDatabaseHandle
由 runtime 管理的单库句柄。 A single database handle managed by the runtime.
SqliteHardeningOptions
SQLite 连接层硬化配置。 SQLite hardening options used by the library/runtime layer.
SqliteOpenOptions
单个 SQLite 库的程序化打开选项。 Programmatic open options for a single SQLite database.
SqlitePragmaOptions
SQLite 连接层 pragma 配置。 SQLite pragma configuration used by the library/runtime layer.
SqliteRuntime
vldb-sqlite 纯库多库运行时。 Pure library multi-database runtime for vldb-sqlite.

Functions§

apply_sqlite_connection_pragmas
对已打开连接应用运行时级别的 pragma 和 tokenizer 初始化。 Apply runtime-level pragmas and tokenizer initialization to an opened connection.
build_sqlite_open_flags
基于运行时打开选项构造 SQLite open flags。 Build SQLite open flags from runtime open options.
is_special_db_path
判断特殊数据库路径(例如内存库或共享内存 URI)。 Detect special database paths such as in-memory or shared-memory URI paths.
open_sqlite_connection
按路径与选项打开 SQLite 连接,并自动应用 pragma 与 tokenizer 初始化。 Open a SQLite connection from a path and options, then apply pragmas and tokenizer setup.

Type Aliases§

BoxError
库模式与运行时模式通用错误类型。 Shared error type for library mode and runtime mode.