#Looking for file format
7 messages · Page 1 of 1 (latest)
Hey, @keen basin!
Please remember to /close this post once your question has been answered!
I do not need it to :
- be human readable
- be lightweight
- have an external tool to read or write
A b-plus tree should do.
https://www.dizitart.org/nitrite-database.html
In terms of a practical, easy solution, you can use this. It is a no-sql pure-java database that indexes on each entry's id, so fast lookup
Nitrite database is an open source nosql embedded document store written in Java with MongoDB like API. It supports both in-memory and single file based persistent store.
thanks ! worked