Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WithValueDir is a wrapper over database.WithValueDir. WithValueDir = database.WithValueDir // WithDatabase is a wrapper over database.WithDatabase. WithDatabase = database.WithDatabase // WithBadgerFileLoadingMode is a wrapper over database.WithBadgerFileLoadingMode. WithBadgerFileLoadingMode = database.WithBadgerFileLoadingMode // IsErrNotFound is a wrapper over database.IsErrNotFound. IsErrNotFound = database.IsErrNotFound // IsErrOpNotSupported is a wrapper over database.IsErrOpNotSupported. IsErrOpNotSupported = database.IsErrOpNotSupported // BadgerDriver indicates the default Badger database - currently Badger V1. BadgerDriver = "badger" // BadgerV1Driver explicitly selects the Badger V1 driver. BadgerV1Driver = "badgerv1" // BadgerV2Driver explicitly selects the Badger V2 driver. BadgerV2Driver = "badgerv2" // BBoltDriver indicates the default BBolt database. BBoltDriver = "bbolt" // MySQLDriver indicates the default MySQL database. MySQLDriver = "mysql" // BadgerMemoryMap indicates the MemoryMap FileLoadingMode option. BadgerMemoryMap = database.BadgerMemoryMap // BadgerFileIO indicates the FileIO FileLoadingMode option. BadgerFileIO = database.BadgerFileIO )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.