Document-oriented DataBase. A full Crystal database management without SQL, storing data in plain files.
 
 
 
 
 
 
Go to file
Luka Vandervelden 2f00b56f0c Proper replacement of values.
It’s no longer needed to `hash.delete old_data`, `hash[id] = new_data`.
Previously existing data are properly de-indexed, then replaced by the
new data, which are then properly re-indexed. As you’d expect from a
database thingy.
2019-12-10 20:28:49 +01:00
src Proper replacement of values. 2019-12-10 20:28:49 +01:00
shard.yml Updated to become a shard. 2018-11-30 01:22:03 +09:00
test-edit.cr Proper replacement of values. 2019-12-10 20:28:49 +01:00
test-nn.cr get_nn_partition returns an empty array if no key has been indexed. 2019-11-20 00:32:32 +01:00
test.cr Adding indexes. 2019-07-26 12:34:37 +02:00