db.get, db.patch, db.replace, and db.delete now take the table name as the first argument (e.g. db.get('messages', id)) for safety and future custom ID support.
#110
db Methods with Table Name Argument
CompletedDevelopment Updates
No updates yet
db.get, db.patch, db.replace, and db.delete now take the table name as the first argument (e.g. db.get('messages', id)) for safety and future custom ID support.
No updates yet