mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01: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.
5 lines
77 B
Go
5 lines
77 B
Go
//go:build !kvdb_postgres
|
|
|
|
package sqlbase
|
|
|
|
func Init(maxConnections int) {}
|