lnd/kvdb/sqlbase/no_sql.go
Elle Mouton 170160f28a
kvdb+refactor: move all general sqlite code to seprate dir
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.
2023-01-23 09:05:11 +02:00

5 lines
77 B
Go

//go:build !kvdb_postgres
package sqlbase
func Init(maxConnections int) {}