7 Commits

Author SHA1 Message Date
Jaremy Creechley
113f59cecc
don't store string 2023-09-21 17:21:20 -07:00
Dmitriy Ryajov
bb304a2f9d
fix broken key not found test 2023-09-19 18:43:34 -06:00
Dmitriy Ryajov
20d7234d50
re-enable missing key check 2023-09-14 18:51:50 -06:00
Dmitriy Ryajov
3500913642
adding semaphore 2023-09-14 18:02:16 -06:00
Dmitriy Ryajov
44c198b96a
rework contains to return a bool (#39) 2022-12-02 16:25:44 -06:00
Dmitriy Ryajov
6c06a3b095
Adding batching capabilities (#37)
* adding batch entry

* add batched put and delete

* add batched tests

* adding batching capabilities to remaining stores

* open db in readonly mode

* make naming consistent

* release prepared statements

* don't use deprecated add

* check file exists on test exit

* remove unused var
2022-09-30 08:24:26 -06:00
Dmitriy Ryajov
446de6f978
Fsds query (#32)
* add basic query capabilities to fsds

* rename common tests

* make query tests common

* sanitize key

* check it's possible to query keys at same level
2022-09-20 18:18:33 -06:00