This repository has been archived by the owner on Mar 4, 2019. It is now read-only.
v4.5.0
New
- Deep insert: now you can
insert
a record along with related rows in a single transaction! - Variadic functions are supported!
Deprecated
db.run
will be removed in a future release. Update your code to usedb.query
instead.