Top 4.7% dependent repos on proxy.golang.org
proxy.golang.org : github.com/gwaylib/database
Provides database connections in factory mode to optimize database connections 以工厂的模式构建数据库,以避免数据库被多次打开。 因database/sql本身已实现连接池,因此没有必要创建多个同一的数据库连接实例 Example: count, titles, result, err := qSql.QueryPageArray(db, true, condition, 0, 10) ... Or count, titles, result, err := qSql.QueryPageMap(db, true, condtion, 0, 10) ... if err != nil { ... }
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/gwaylib/database
Keywords:
database
, go
, orm
License: MIT
Latest release: over 1 year ago
First release: almost 3 years ago
Namespace: github.com/gwaylib
Dependent packages: 3
Dependent repositories: 1
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago