We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cdb25 commit bb64bb2Copy full SHA for bb64bb2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Changelog
2
3
+### 0.50.0 - 2025-10-27
4
+* Massive rewrite of the project.
5
+* Datoms are now structs combining a key prefix with a object pointer
6
+* Indexes and transactions are now List<Datom> aka Datoms
7
+* Most of the interface has been simplifed around this new pattern
8
+* Source generator for creating query result records in the format of a class
9
+
10
### 0.28.2 - 2025-10-13
11
* Fix the encoding of dates into DuckDB
12
0 commit comments