Arksine
a5c455a305
history: return removed item in NamespaceWrapper.delete()
...
This is required for the "pop" functionality to work correctly.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2021-03-14 16:50:08 -04:00
Arksine
51fd460b59
database: respect case for "namespace" and "key" arguments in request handler
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2021-03-09 16:52:03 -05:00
Arksine
63c685e1c4
database: return 404 when a key or namespace is not found
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2021-03-03 19:23:18 -05:00
Arksine
54b1bd8b04
database: initial implementation
...
This provides an lmdb database which can be used to keep persistent data. This can be used by internal plugins or by clients.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2021-02-27 12:54:59 -05:00