osoken/sqlitecollections

Add support for SerializationStrategy

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

The current implementation of pickle.dump dumps all records. It would be nice to be able to dump the sqlite database file path instead when pickle.dumps.

Describe the solution you'd like

Add support for SerializationStrategy.

Describe alternatives you've considered
null

Additional context
null