package
0.0.0-20230106063021-f45a05420163
Repository: https://github.com/kpfaulkner/collablite.git
Documentation: pkg.go.dev

# Functions

NewBadgerDB creates new BadgerDB DB connection.
NewDBSQLite creates new SQLite (modernc/sqlite) DB connection.
No description provided by the author
No description provided by the author
NewNullDB creates new NullDB.
No description provided by the author
No description provided by the author
NewPebbleDB creates new BadgerDB DB connection.

# Structs

BadgerDB implements the DB interface using BadgerDB.
DBSQLite implements the DB interface using SQLite.
Fake DB..
Object represents an object in the system.
BadgerDB implements the DB interface using BadgerDB.

# Interfaces

DB interface used to store the data *somewhere*.
PebbleIterator..
PebbleMinimal is the minimal interface we use from Pebble Interface to help mock this out for testing.