You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The destroy method can now be passed true to skip running PRAGMA optimize on the database before closing it
The deleteDatabaseFile method can now be passed true to its second argument to immediately destroy the SQLocal client instance after deleting the database, preventing the database file from being re-created
Fix overwriteDatabaseFile not releasing its reader lock when passed a ReadableStream
In Other News
Nano Stores SQL was recently released, using SQLocal to integrate browser SQLite with Nano Store's reactive state management
The documentation at sqlocal.dev now provides llms.txt and every page can be fetched as markdown by appending ".md" to the end of the URL
The documentation has a new Reference section that lists and provides type information for all of SQLocal's exports