This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
lnd
Watch
1
Star
0
Fork
You've already forked lnd
0
mirror of
https://github.com/lightningnetwork/lnd.git
synced
2025-02-24 06:47:44 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
170160f28a
lnd
/
kvdb
/
sqlbase
/
no_sql.go
6 lines
77 B
Go
Raw
Normal View
History
Unescape
Escape
postgres: add connection limit
2021-11-17 09:45:45 +01:00
//go:build !kvdb_postgres
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-17 13:54:12 +02:00
package
sqlbase
postgres: add connection limit
2021-11-17 09:45:45 +01:00
func
Init
(
maxConnections
int
)
{
}
Reference in a new issue
Copy permalink