Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@asdine asdine released this 25 Dec 15:12
· 24 commits to main since this release

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