looking at the README:
- Wallet and channel state may be persisted to an [SQLite][sqlite] database, to file system, or to a custom back-end to be implemented by the user.
is there any example of the code that would integrate with something like a Postgres or Mysql?
if not, to integrate with Postgres, does it require a fork, or can it be done by implementing one or a few trait?
looking at the README:
is there any example of the code that would integrate with something like a Postgres or Mysql?
if not, to integrate with Postgres, does it require a fork, or can it be done by implementing one or a few trait?