-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: remove PersistBackend from docs, Cargo.toml and wallet README.md
- Loading branch information
1 parent
feb27df
commit a0bf45b
Showing
5 changed files
with
28 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# BDK SQLite | ||
|
||
This is a simple [SQLite] relational database schema backed implementation of `PersistBackend`. | ||
This is a simple [SQLite] relational database client for persisting [`bdk_chain`] changesets. | ||
|
||
The main structure is `Store` which persists `CombinedChangeSet` data into a SQLite database file. | ||
|
||
<!-- [`PersistBackend`]: bdk_chain::persist::PersistBackend --> | ||
[`bdk_chain`]:https://docs.rs/bdk_chain/latest/bdk_chain/ | ||
[SQLite]: https://www.sqlite.org/index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters