db

package
v0.0.0-...-9828505 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB interface {
	Initialize() error
}

type SQLiteDB

type SQLiteDB struct {
	DBConn *gorm.DB
	// contains filtered or unexported fields
}

func NewSQLiteDB

func NewSQLiteDB(name string) *SQLiteDB

func (*SQLiteDB) Initialize

func (sqldb *SQLiteDB) Initialize() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL