dodb/TODO.md

11 lines
448 B
Markdown
Raw Normal View History

2022-10-16 21:16:24 +02:00
- Warning when indexes overlap (data add or update)
- Data integrity on update (create temporary file with new data, rename old data file, move temporary file, remove old data file)
- Handle errors (such as permissions) in an explicit way
2022-10-18 20:10:25 +02:00
- Grooming (create a consistent and convenient API, comments)
2022-10-16 21:16:24 +02:00
- Improve data search
- Check for TODOs
- Check types.
2022-10-22 16:17:42 +02:00
- Switch to CBOR format.
2022-10-23 12:17:20 +02:00
- Verify uniqueness before adding data.
- Allow indexes to be NIL.