Skip to content

A library for F# which handles basic persistence stuff in a typesafe way

License

Notifications You must be signed in to change notification settings

NicoVIII/TypedPersistence

Repository files navigation

TypedPersistence

GitHub Release Date Last commit

Nuget (Core) Nuget (Json)

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.

About

A library for F# which handles basic persistence stuff in a typesafe way

Topics

Resources

License

Stars

Watchers

Forks

Languages