Skip to main content

Crate fathomdb_schema

Crate fathomdb_schema 

Source

Structs§

BootstrapReport
Migration
SchemaManager
SchemaVersion

Enums§

SchemaError

Constants§

DEFAULT_FTS_TOKENIZER
Default FTS5 tokenizer used when no per-kind profile is configured.

Functions§

fts_column_name
Derive the canonical FTS5 column name for a JSON path.
fts_kind_table_name
Derive the canonical FTS5 virtual-table name for a given node kind.
legacy_fts_kind_table_name
Legacy pre-0.5.4 FTS table-name derivation, retained for migrations and diagnostics.
legacy_vec_kind_table_name
Legacy pre-0.5.4 sqlite-vec table-name derivation, retained for migrations and diagnostics.
resolve_fts_tokenizer
Look up the FTS tokenizer configured for a given kind in projection_profiles.
vec_kind_table_name
Derive the canonical sqlite-vec virtual-table name for a given node kind.