//
pkg.gl
Category
github.com/natsukagami/kjudge
db
package
0.7.5
Repository:
https://github.com/natsukagami/kjudge.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
10
Files
142 SLOC
#
Functions
New
New creates a new DB object from the given filename.
Rollback
Rollback performs a rollback on the transaction.
#
Structs
DB
DB is an implementation of the underlying DB.
#
Interfaces
DBContext
DBContext defines a slim common interface between Db and Tx.