# BDK SQLite This is a simple [SQLite] relational database schema backed implementation of `PersistBackend`. The main structure is `Store` which persists `CombinedChangeSet` data into a SQLite database file. [SQLite]: https://www.sqlite.org/index.html