mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-08 22:19:36 +02:00
In this commit, all the sql, non-postgres-specific, code is moved out of the postgres package and into a new sqlbase package. This will make it more easily reusable for future sql integrations.