Different data formats for different db files
Closed this issue · 2 comments
Boscop commented
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.
TheNeikos commented
Does v2 answer your question with the DeSer
generic? http://neikos.me/rustbreak/new_version/rustbreak/struct.Database.html
Boscop commented
Yes, thanks :)