Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

v4.5.0

Compare
Choose a tag to compare
@dmfay dmfay released this 12 Nov 06:50
· 278 commits to master since this release

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 use db.query instead.