Changelog
This page provides a general summary of what has been changed in the 9.0.0 release of quick.db
Last updated
This page provides a general summary of what has been changed in the 9.0.0 release of quick.db
Last updated
There are two new options you can utilize when initializing your database. The first available option is the driver. Currently, you can either use SQLite (default) or MySQL. The second new option is filePath, which allows you to specify the file you would like to manipulate (default: json.sqlite)
pull - Remove an element from an array (Reverse of push)
sub - The subtract function has been renamed to sub
deleteAll - Delete everything in the database (or the table)
Now quick.db uses async and await for all of it's methods