Download
Coming soon.
Coming soon
Nothing is published yet. The format and the algorithms are settled and written up in the Reference section, and the code is being built against them.
The first release will carry four packages:
- The shared database server, which serves one database over HTTP and WebSocket.
- The browser client.
- The data type libraries: registers, sets, maps, counters and sequences.
- The file format specification, as a single document.
Meanwhile
The Reference section describes the file format closely enough to write an implementation from it: the record layout, the files on disk, the index tree, and every operation a machine performs.
Everything here is published under the MIT licence, and the file format is free to implement.