Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@igalklebanov igalklebanov released this 03 Sep 10:48
· 10 commits to main since this release

Hey 👋

We're back babyyyy! 🍻

We're no longer coupled to postgres's types - this means, no annoyances (I hope) in Deno, and you can pass Bun's SQL instances as config.postgres.

config.postgres also accepts factories now.

A new config.onReserveConnection hook.

Bumps to all dependencies. postgres is now an optional peer dependency (because of Bun or any future postgres compatible libraries you wanna use).

Should have savepoint support now that we're extending the core PostgreSQL driver.

Full Changelog: v2.0.0...v3.0.0