lightninglabs / aperture

⚡️L402 (Lightning HTTP 402) Reverse Proxy ⚡️
http://l402.tech/
MIT License
233 stars 58 forks source link

Add support for sqlite/postgres database backends #96

Closed positiveblue closed 1 year ago

positiveblue commented 1 year ago

This PR adds sqlite/postgres support for aperture.

Currently the server uses a couple of interfaces SecretStore and OnionStore that are implemented in this PR. To keep consistency with other code bases aperture uses the same tools sqlc/goang-migrate and the same interfaces than Taproot Assets

Fixes #95

lightninglabs-deploy commented 1 year ago

@guggero: review reminder

Roasbeef commented 1 year ago

Needs a rebase!