fix: add connect() function to list of db wrapper functions
This commit is contained in:
parent
121ced632e
commit
32e5b1ba87
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ const stripDefaultDbFuncs = dbCtx => {
|
||||||
tx: dbCtx.$tx,
|
tx: dbCtx.$tx,
|
||||||
task: dbCtx.$task,
|
task: dbCtx.$task,
|
||||||
batch: dbCtx.batch,
|
batch: dbCtx.batch,
|
||||||
multi: dbCtx.$multi
|
multi: dbCtx.$multi,
|
||||||
|
connect: dbCtx.connect
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue