Would supporting fts5 require changes to sql psi?
# squarelibraries
b
Would supporting fts5 require changes to sql psi?
d
It shouldn't. fts just uses
MATCHES
.
b
what about the CREATE VIRTUAL TABLE part?
d
That's always been a fairly standard thing in SQLite. I'd be surprised if the psi didn't already support it. (Disclaimer: I have not actually used SQLDelight yet, just SQLite)
👍 1