https://github.com/gitbookio/go-sqlpool
A high level pool for maintaining pools of *sql.DB databases (e.g: thousands of SQLite files)
https://github.com/gitbookio/go-sqlpool
Last synced: 7 months ago
JSON representation
A high level pool for maintaining pools of *sql.DB databases (e.g: thousands of SQLite files)
- Host: GitHub
- URL: https://github.com/gitbookio/go-sqlpool
- Owner: GitbookIO
- Created: 2015-12-11T10:38:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T11:53:10.000Z (about 9 years ago)
- Last Synced: 2025-04-25T23:34:13.710Z (9 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 10
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-sqlpool
A high level pool for maintaining pools of `*sql.DB` databases (e.g: thousands of SQLite files)
[](https://godoc.org/github.com/GitbookIO/go-sqlpool)