tinydb icon indicating copy to clipboard operation
tinydb copied to clipboard

A small-footprint, in-memory database.

Results 3 tinydb issues
Sort by recently updated
recently updated
newest added

Will be a pain to pull off but may be required in order to differentiate from python's tinydb unfortunately.

Decent amount of typos in docs due to rushing to release it when first written, should be addressed.

Could do with a single derive that implaments all current requirements for hash, eq, serialize, deserialize, etc. Will probably require a second create to work due to rust design requirements.