Memo::Dialect::SQLite
Inherits Memo::Dialect::Base < Reference < Object
Constants
SCHEMA_SQL = {{ read_file("/tmp/tmp.BmppGM/src/src/memo/dialect/../../../db/schema/memo_schema.sql") }}
Instance methods
Get the database file path from a connection, if applicable.
SQLite: reads pragma_database_list PostgreSQL: returns nil (no local file)
embedding_rowid_column
The column name for embedding row identity used as USearch key.
SQLite: "rowid" (implicit) PostgreSQL: "eid" (explicit column)
Insert or update FTS index for a source.
Build INSERT OR IGNORE SQL.
Execute an INSERT and return the generated ID.