#110

db Methods with Table Name Argument

Completed

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.

Development Updates

No updates yet