Skip to main content

registered_models

Function registered_models 

Source
pub async fn registered_models(conn: &Connection) -> Result<Vec<ModelName>>
Expand description

Every model registered in this database, in name order.

Derived from sqlite_master for the same reason as the dimension: the set of registered models is a fact about the schema, and asking the schema cannot drift from it. libSQL’s own libsql_vector_meta_shadow and *_shadow tables are filtered out — they are engine internals that happen to live in main.