modulepackage
0.0.0-20200220134916-d2b16257333e
Repository: https://github.com/supendi/dbx.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewClient create new DB client instance.
NewContext create new dbContext instance.
NewStatement returns new SQL statement instance.
NewTransaction create tx instance.
# Structs
Client represent db client.
Context is dbclient too but wrap on or more statements.
SQLParameter represent the sql parameter.
Statement represent the SQL statement.
Transaction represent db transaction.
# Interfaces
Transactioner TODO: must be added some more signaturesTransactioner interface for dbclient.