tdex-network / tdex-daemon

Go implementation of the TDEX Beta Daemon
https://tdex.network
MIT License
11 stars 13 forks source link

[v1] Add Postgres-backend as repository #626

Open tiero opened 2 years ago

tiero commented 2 years ago

We should add some new env vars to support connecting to a pg DB instead of using the local badger db file.

Let's add also a new env var TDEX_DB_TYPE like done here to be able to switch db from config.

tiero commented 1 year ago

Should we create a branch starting the altafan fork #655 ?