💻Migration Guide
This page will help in migrating from quick.db 7.x.x and 8.x.x to 9.0.0
This guide will be quite short, I tried my best to make most of quick.db 9.0.0 backwards compatible with other versions
Initialization
The way to initialize quick.db has been changed.
Table
The table function now doesn't use the new keyword
Subtract
This is the only method that changed.
It has been renamed to sub
to keep the naming convention of the add
method
Async/Await
Now quick.db uses async and await for all of it's method
Last updated