PackageTrack
Sign in Get early access

github.com/chaisql/chai

v0.18.0 #1238 most downloaded on Go modules chaisql/chai

What this package is like to depend on

Last release 9 months ago

05 Nov 2025

Ships unpredictably

gaps range from 9 days to 9 months

Nearly every release is documented

notes for 4 of 4 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

36 releases · first in 2023

15 releases in the last 12 months

see the full history below

Release timeline

36 releases · Dec 2023 to Nov 2025
2024 2025 2026
Release Pre-release

Releases

latest 36
  1. v0.18.1-0.20251105180540-e53516f8185c 05 Nov 2025 pre-release

    Nothing published for this version

  2. v0.18.0 05 Nov 2025
    Release notes

    PostgreSQL compatibility

    • Tables no longer create a sequence automatically when no primary key is specified.
    • Primary keys are now always required. This is a first step to adding support for SERIAL and BIGSERIAL.
    • Support postgres-style parameters $1, $2, $30, etc.
    • Removed support for SQLite-style parameters $?
    • Support standard quotes for string literals and identifiers
    • Renamed SOUBLE to DOUBLE PRECISION
    • Renamed BLOB to BYTEA
    • BOOL type now behaves like in Postgres
    • Support nextval expression
    • Add support for :: casts

    Misc

    • Use Pebble v2.1.0
    • Fix prepared statements
    • Improve boolean and integer comparison

    Full Changelog: v0.17.0...v0.18.0

    Open source →
  3. v0.17.1-0.20250930151232-5ae61d14a91e 30 Sep 2025 pre-release

    Nothing published for this version

  4. v0.17.1-0.20250927060516-85a9199aa617 27 Sep 2025 pre-release

    Nothing published for this version

  5. v0.17.1-0.20250921071501-b70cae819e5f 21 Sep 2025 pre-release

    Nothing published for this version

  6. v0.17.1-0.20250921055855-a60e2f33e171 21 Sep 2025 pre-release

    Nothing published for this version

  7. v0.17.1-0.20250903135722-ab8a0d4cf901 03 Sep 2025 pre-release

    Nothing published for this version

  8. v0.17.1-0.20250831104639-3541f49ad082 31 Aug 2025 pre-release

    Nothing published for this version

  9. v0.17.1-0.20250831055704-40c1fcbbe106 31 Aug 2025 pre-release

    Nothing published for this version

  10. v0.17.1-0.20250827120048-083e83de9c5b 27 Aug 2025 pre-release

    Nothing published for this version

  11. v0.17.1-0.20250827091744-51b4d74fed97 27 Aug 2025 pre-release

    Nothing published for this version

  12. v0.17.0 16 Aug 2025
    Release notes

    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.Open API, database/sql is not the only supported API
    • Use Pebble v2
    • Add BIGINT type

    New Contributors

    Full Changelog: v0.16.1...v0.17.0

    Open source →
  13. v0.16.1 15 Aug 2025
    Release notes

    What's Changed

    • Change carbon to new package path by @kenshaw
      in #539
    • refactor: Use carbon to simplify code by @kuafuRace in #540
    • Bump pebble by @cgruber in #541

    New Contributors

    • @kuafuRace made their first contribution in #540
    • @cgruber made their first contribution in #541

    Full Changelog: v0.16.0...v0.16.1

    Open source →
  14. v0.16.1-0.20250815032251-4fce4a7f0060 15 Aug 2025 pre-release

    Nothing published for this version

  15. v0.16.1-0.20250814132344-4b71c12fd076 14 Aug 2025 pre-release

    Nothing published for this version

  16. v0.16.1-0.20250814035158-19e9a412f699 14 Aug 2025 pre-release

    Nothing published for this version

  17. v0.16.1-0.20241109081416-0409f2bfa08d 09 Nov 2024 pre-release

    Nothing published for this version

  18. v0.16.1-0.20241003120732-c97dbd42fc25 03 Oct 2024 pre-release

    Nothing published for this version

  19. v0.16.1-0.20240220053914-6f8c2d2b4788 20 Feb 2024 pre-release

    Nothing published for this version

  20. v0.16.1-0.20240218103834-23e406360fd2 18 Feb 2024 pre-release

    Nothing published for this version

  21. v0.16.1-0.20240217141533-f54aa24c63d1 17 Feb 2024 pre-release

    Nothing published for this version

  22. v0.16.1-0.20240121134304-ef91bb4a3b2a 21 Jan 2024 pre-release

    Nothing published for this version

  23. v0.16.1-0.20231225151714-e9f43e3b5a7f 25 Dec 2023 pre-release

    Nothing published for this version

  24. v0.16.1-0.20231225151401-69da8a85a7a5 25 Dec 2023 pre-release

    Nothing published for this version

  25. v0.16.0 25 Dec 2023
    Release notes

    Genji is now ChaiSQL ! 🫖

    A name change that comes with a change in objectives: ChaiSQL strives to become a modern SQL embedded database.
    The goal is to follow the SQL standard as much as possible, without sacrificing schema flexibility.

    ⚠️ The on-disk format has changed quite a bit and is not compatible with databases created prior v0.16.0.
    ChaiSQL is under heavy development and breaking changes can still happen, though the on-disk format should be mostly stable from now on.

    API changes

    • Support for DESC composite primary keys and indices
    • Add TIMESTAMP type
    • The DOCUMENT type is now OBJECT

    Other notable changes

    New Contributors

    Full Changelog: v0.15.3...v0.16.0

    Open source →
  26. v0.15.3-0.20231219193650-b1079ad657aa 19 Dec 2023 pre-release

    Nothing published for this version

  27. v0.0.0-20251105180540-e53516f8185c 05 Nov 2025 pre-release

    Nothing published for this version

  28. v0.0.0-20250930151232-5ae61d14a91e 30 Sep 2025 pre-release

    Nothing published for this version

  29. v0.0.0-20250927060516-85a9199aa617 27 Sep 2025 pre-release

    Nothing published for this version

  30. v0.0.0-20250903135722-ab8a0d4cf901 03 Sep 2025 pre-release

    Nothing published for this version

  31. v0.0.0-20250831104639-3541f49ad082 31 Aug 2025 pre-release

    Nothing published for this version

  32. v0.0.0-20250831055704-40c1fcbbe106 31 Aug 2025 pre-release

    Nothing published for this version

  33. v0.0.0-20241109081416-0409f2bfa08d 09 Nov 2024 pre-release

    Nothing published for this version

  34. v0.0.0-20240220053914-6f8c2d2b4788 20 Feb 2024 pre-release

    Nothing published for this version

  35. v0.0.0-20240218103834-23e406360fd2 18 Feb 2024 pre-release

    Nothing published for this version

  36. v0.0.0-20231225145512-2b208190728e 25 Dec 2023 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive