Releases: tarantool/document
Releases · tarantool/document
1.0.1
1.0.0
Added
- Support for regular spaces, net.box spaces and shard spaces
- Storing schema in
space:format()
, both for local and remote operation - Flattening (compression) on the client side to preserve space and bandwidth
- Simplistic query language with support for map/reduce across shards
- Support for iterators in
:select()
- Support for limit/offset in
:select()
- Luarock-based packaging
- Basic unit tests