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