v5.1.0
Updates
- add
db.tableconstructor- This works different from
db.instantiateChild. Example:const table = new db.table("myTable"); table.set("foo", "bar");
- This works different from
Full Changelog: v5.0.1...v5.1.0
db.table constructor
db.instantiateChild. Example:
const table = new db.table("myTable");
table.set("foo", "bar");Full Changelog: v5.0.1...v5.1.0