Bitshala-Incubator / silent-pay-indexer

An indexer for serving bitcoin silent payment indexes!!
MIT License
5 stars 6 forks source link

Use SQLite as a datastore #23

Closed theanmolsharma closed 1 month ago

theanmolsharma commented 1 month ago

Right now we use Postgres to store the index but using an embedded database such as SQLite makes more sense because of the following reasons:

Tasks:

The data should be persisted in ~/.silent-pay-indexer/db

notTanveer commented 1 month ago

taking this

theanmolsharma commented 1 month ago

fixed in #30