//
pkg.gl
Category
github.com/nickgarfield/sqldb
module
package
0.0.17
Repository:
https://github.com/nickgarfield/sqldb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
238 SLOC
#
Functions
New
New creates a new database gateway.
#
Constants
TenantID
TenantID is the X-Tenant key in the Go context.
#
Interfaces
Gateway
Gateway provides an interface to the PostgreSQL database.
Txn
Txn provides an interface for database transactions.
Writable
Writable provides an interface for values that are writable to the database.