Skip to main content

vec_available

Function vec_available 

Source
pub async fn vec_available(conn: &Connection) -> bool
Expand description

Check whether the sqlite-vec extension is available on a connection by trying to call vec_version(). Returns true if the extension is loaded.