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
Add optional callback to the overwriteDatabaseFile method which is called after the overwrite but before connections from other SQLocal client instances are allowed to access the new database. The new deleteDatabaseFile method has a similar callback.
Add onConnect hook that runs when the SQLocal instance initializes for the first time and anytime overwriteDatabaseFile or deleteDatabaseFile is called on the database connected to that instance.