TheNeikos/rustbreak

Different data formats for different db files

Closed this issue · 2 comments

It would be useful to be able to specify different data formats for different db files.
I.e. not hardcoding one format at compilation via a feature but choosing at runtime when instantiating the db.

Does v2 answer your question with the DeSer generic? http://neikos.me/rustbreak/new_version/rustbreak/struct.Database.html

Yes, thanks :)