Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add issues I have with this project to README
  • Loading branch information
NicoVIII committed Jun 26, 2022
1 parent a52fcf6 commit e3d90eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@

This project aims at providing a typesafe way to load and safe from and to a persistent local database.
It should be possible to define records as definition for the structure of the data and load and save different versions of data.

**Disclaimer**
I'm not sure where I want to go with this. Current implementation(s) are using reflection which isn't very nice. But without a convenient way for metaprogramming and code generation on compile time (Myraid sadly adds unnecessary dependencies to a project which can cause problems), I couldn't find a better way...
Also I had a look at the Avro format recently and thought about providing partial reading and appending operations but this is completely different to the current approach. So yeah, much to figure out here.

0 comments on commit e3d90eb

Please sign in to comment.