//
pkg.gl
Category
github.com/CHORUS-TRE/chorus-backend
internal
utils
database
package
0.0.9
Repository:
https://github.com/chorus-tre/chorus-backend.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
7
Files
81 SLOC
#
Functions
NewDefaultDB
No description provided by the author
#
Variables
ErrNoRowsDeleted
No description provided by the author
ErrNoRowsUpdated
No description provided by the author
NoTransaction
Meant to be a constant, but cannot declare a nil const.
#
Interfaces
Database
No description provided by the author
DB
DB is the interface of the storages.
Queryable
Queryable represents an object on which a SQL query can be executed.
Tx
Tx is the interface for a DB transaction.
TxDB
No description provided by the author