Crate structsy_tools
Source - Data
- Enum of all possible data types in structsy, use ‘serde_integration’ to allow
to serialize them with serde
- export
- Produce and iterator that allow to iterate all the data in a structsy database
for then write some data on an external target.
- export_from_snapshot
- Produce and iterator that allow to iterate all the data in a structsy database
for then write some data on an external target.
- import
- Import all the data provided by the iterator to a structsy database.