//
pkg.gl
Category
github.com/gdbu/dbutils
module
package
0.5.4
Repository:
https://github.com/gdbu/dbutils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
123 SLOC
#
Functions
New
New will return a new instance of DBUtils.
ToUint
ToUint will convert index bytes to a uint64 index.
#
Constants
ErrInvalidIndexBytes
ErrInvalidIndexBytes are returned when an index length is niether 0 nor 8 bytes.
ErrNotInitialized
ErrNotInitialized is returned when actions are performed on a non-initialized instance of db utils.
#
Structs
DBUtils
DBUtils provides a set of common db utilities.