MCPcopy Create free account
hub / github.com/IceClusters/icmysql / SetDBORM

Function SetDBORM

src/db/debug/Debug.js:17–23  ·  view source on GitHub ↗
(db, orm)

Source from the content-addressed store, hash-verified

15}
16
17function SetDBORM(db, orm) {
18 dbs.forEach((item, index) => {
19 if (item.id == db) {
20 return dbs[index].orm = orm;
21 }
22 });
23}
24
25function AddQuery(resourceName, type, db, query, values, result, time) {
26 queries.push({

Callers 1

RegisterORMConnectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected