You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This method exports **QuickMongo** data to **Quick.db**
589
611
* @param {any} quickdb Quick.db instance
@@ -641,4 +663,6 @@ class Database extends Base {
641
663
642
664
}
643
665
666
+
Database.prototype.table=deprecate(Database.prototype.table,"db#table is deprecated and will be removed in future update, please use db#createModel instead!");
0 commit comments