Open supercentenarian opened 11 years ago
It would be nice to create sqlite virtual table: CREATE VIRTUAL TABLE docs USING fts3(title, body);
maybe like this?
(lobos/create (lobos-schema/virtual-table :docs (lobos-schema/text :title) (lobos-schema/text :body)))))
thanks
It would be nice to create sqlite virtual table: CREATE VIRTUAL TABLE docs USING fts3(title, body);
maybe like this?
thanks