Skip to content

3.0.1

Latest
Compare
Choose a tag to compare
@oguimbal oguimbal released this 06 Aug 15:18
· 3 commits to master since this release

Mainly a refactoring #411, which now allows preparing statements before executing them.

  • Migration of unit tests to Bun
  • Supports binding query parameters
  • Support of postgres.js, fixes #386 and thanks to @smcclure17 to have attempted with #398
  • Can now spawn a postgres server bound to a pg-mem instance, via db.adapter.bindServer() (using pg-server under the hood - ⚠️ NB: this is still very degraded, expect issues with complex use cases) => will help to solve #27, and fixes #360