//
pkg.gl
Category
github.com/brunoluiz/jornada
internal
storage
sqldb
package
0.5.0
Repository:
https://github.com/brunoluiz/jornada.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
56 SLOC
#
Functions
Exec
Exec execute SQL instructions inside of a transaction block.
New
New return a new instance of *sql.DB TODO: eventually this could support other databases and do something extra processes like the badger one.
#
Structs
Cmd
Cmd define a SQL instruction to be executed by sqldb.Exec.