Documentation
¶
Index ¶
- func OpenBadger(tempDir, dir string) (*db.UnversionedPersistence, error)
- func OpenBadgerVersioned(tempDir, dir string) (*db.VersionedPersistence, error)
- func OpenMemory() (*db.UnversionedPersistence, error)
- func OpenMemoryVersioned() (*db.VersionedPersistence, error)
- func OpenPostgres(name string) (*db.UnversionedPersistence, func(), error)
- func OpenPostgresVersioned(name string) (*db.VersionedPersistence, func(), error)
- func OpenSqlite(key, tempDir string) (*db.UnversionedPersistence, error)
- func OpenSqliteVersioned(key, tempDir string) (*db.VersionedPersistence, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenBadger ¶
func OpenBadger(tempDir, dir string) (*db.UnversionedPersistence, error)
func OpenBadgerVersioned ¶
func OpenBadgerVersioned(tempDir, dir string) (*db.VersionedPersistence, error)
func OpenMemory ¶
func OpenMemory() (*db.UnversionedPersistence, error)
func OpenMemoryVersioned ¶
func OpenMemoryVersioned() (*db.VersionedPersistence, error)
func OpenPostgres ¶
func OpenPostgres(name string) (*db.UnversionedPersistence, func(), error)
func OpenPostgresVersioned ¶
func OpenPostgresVersioned(name string) (*db.VersionedPersistence, func(), error)
func OpenSqlite ¶
func OpenSqlite(key, tempDir string) (*db.UnversionedPersistence, error)
func OpenSqliteVersioned ¶
func OpenSqliteVersioned(key, tempDir string) (*db.VersionedPersistence, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.