| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-16 | 748 Bytes | |
| v0.17.0 source code.tar.gz | 2025-08-16 | 261.4 kB | |
| v0.17.0 source code.zip | 2025-08-16 | 393.0 kB | |
| Totals: 3 Items | 655.1 kB | 0 | |
ChaiSQL has dropped object/document support to focus on Postgres compatibility. v0.17 is the first step towards that goal and comes with a lot of API changes. There are still quite a few features that need to be renamed / modified / reimplemented to be Postgres compatible but we're getting there.
API changes
- Drop document / object / array support
- Drop
chai.OpenAPI,database/sqlis not the only supported API - Use Pebble v2
- Add
BIGINTtype
New Contributors
- @samjewell made their first contribution in https://github.com/chaisql/chai/pull/532
- @kylebrandt made their first contribution in https://github.com/chaisql/chai/pull/531
Full Changelog: https://github.com/chaisql/chai/compare/v0.16.1...v0.17.0