Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.0.1 source code.tar.gz | 2024-08-06 | 565.4 kB | |
3.0.1 source code.zip | 2024-08-06 | 754.7 kB | |
README.md | 2024-08-06 | 593 Bytes | |
Totals: 3 Items | 1.3 MB | 0 |
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]