Skip to content

Release v0.8.5

Compare
Choose a tag to compare
@julienetie julienetie released this 31 Mar 22:21
· 17 commits to main since this release

Disclaimer

Starting from version 0.8.5, before creating a new database, the function db64.create(<database>,[<store>,<store>,...]) will now automatically delete the existing specified database if it does not contain the exact specified stores.
If you do not want this behavior, set the third argument to disable-delete e.g. db64.create('db', ['x', 'y'], 'disable-delete')