Categorygithub.com/couchbase/godbc
repositorypackage
0.0.0-20250421171111-a971c3afe46e
Repository: https://github.com/couchbase/godbc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

godbc

Golang database connectivity API. This API is more flexible and extensible than golang's built-in database/sql package, because like JDBC, the API uses interfaces instead of concrete types. This allows it to be extended to handle both SQL and NoSQL / JSON data sources.