# README
SQLite db implementation
The Datastore
interface allows for a pluggable wallet database. OpenBazaar, for example, uses its own Datastore
implementation
so that wallet data can be stored in the same database alongside the rest of OpenBazaar data so that users need only make one backup.
Writing your own implementation is probably the best approach, however, this package does contain a workable Datastore
implementation
using SQLite. This is the datastore used by NewDefaultConfig
.
# Functions
No description provided by the author
# Structs
No description provided by the author
This database is mostly just an example implementation used for testing.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author