Skip to content

Releases: rasteric/minidb

Pre-release with small performance fix

14 Sep 21:21
Compare
Choose a tag to compare
v0.0.9

Use PRAGMA optimize when MDB is closed.

Pre-release with fixes for gosum proxy

11 Sep 10:11
Compare
Choose a tag to compare

This is the same as the previous release except that unwanted files have been removed. Apparently, files with asterisks in their name cause problems. This library is experimental. DO NOT USE THIS IN PRODUCTION.

Pre-release with nested transactions

09 Sep 17:44
Compare
Choose a tag to compare

This is an early alpha release for minidb with nested transactions. Tests for the command line tool still need to be fixed and there might be other problems.

Prerelease with small bug fixes

19 Apr 12:01
Compare
Choose a tag to compare
Pre-release

This release is usable but the API for creating queries does not yet exist and the code has not been cleaned up yet. Obviously, don't use this for production!

Alpha v0.0.5 with working handmade query parser

02 Feb 15:37
Compare
Choose a tag to compare

This release should work with the handwritten query parser in expr.go and basic query expressions, but much more tests have to be written. The key-value store and command line utilities are not yet tested.

Working alpha with local client/server IPC and basic tests

10 Jan 14:57
Compare
Choose a tag to compare

This alpha works but the expression parser has bugs and is too limited. More tests have to be written, too.

Working alpha with local client/server IPC

19 Dec 10:58
Compare
Choose a tag to compare

This is a working but untested version with dates and a working client/server model in the command line tool. The server process will continue to run for a designated amount of time in order to speed up future db access by the command line tool.