-## Todo
-- lmdb
- - check
- - del
- - interface: dbi <KEY, VAL>
- - change optionals to errors
- - self: *const Self -> self: Self
- - SessionToken: []u8
- - get maybe !? weil nicht vorhanden und fehler unterschiedlich behandelt werden sollten
- - lists (refactor)
- - sets (refactor)
- - maps
-- generate ids
-- Change respond (respondoptions -> request, fmt+args)
-- Rewrite get_value
+# Todo
+
+## Technical
+- max length
+- pre formatted/escape ambigous characters
+- line breaks
+- replace txn with env where appropriate
+- handle `defer txn.commit catch {}`
+- txn MDB_RDONLY (and other optimizations)