Releases: rasteric/minidb
Pre-release with small performance fix
Pre-release with fixes for gosum proxy
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
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
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
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
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
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.