sqlite3 driver for go using database/sql
Stars
9.0k
Forks
1.2k
Watchers
9.0k
Open Issues
192
Overall repository health assessment
No package.json found
This might not be a Node.js project
add _stmt_cache_size to DSN parameters table in README
1627011View on GitHubmove reset/clear into putCachedStmt and always finalize on failure
867dcbfView on GitHubsimplify prepareWithCache to call prepare instead of duplicating logic
0e58fa4View on GitHubdo not bail out on finalize error in closeCachedStmtsLocked
e9f47daView on GitHubremove redundant stmtCacheSize check in putCachedStmt
325cb8dView on GitHubcheck stmtCacheSize before acquiring mutex in takeCachedStmt
061c2a5View on GitHub