What's Changed
- added local file support by @JayJamieson in #2
Add support for using a local SQLite file to apply FTS5 schemas. To apply FTS5 schema to a local file, make sure to set TURSO_DATABASE_URL=file:./<path to file>
and use the -l
or --local
flag to bypass TURSO_AUTH_TOKEN
requirement.
Full Changelog: https://github.com/JayJamieson/scout-sqlite/commits/v0.1.0