Also update examples and remove bdk_persist crate.
This is a simple SQLite relational database schema backed implementation of PersistBackend.
PersistBackend
The main structure is Store which persists CombinedChangeSet data into a SQLite database file.
Store
CombinedChangeSet