pub async fn vec_available(conn: &Connection) -> boolExpand 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.
pub async fn vec_available(conn: &Connection) -> boolCheck whether the sqlite-vec extension is available on a connection by
trying to call vec_version(). Returns true if the extension is loaded.