consts

package
v0.0.2-0...-faa8edb Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2021 License: Unlicense Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DbInfo = DBpath{
		Type:     "sqlite",
		Filename: "./bookshelf.db",
	}
)

DB - sqlite

Functions

This section is empty.

Types

type DBpath

type DBpath struct {
	Type     string
	Server   string // mysql, postgres, sqlserver
	Port     int    // mysql, postgres, sqlserver
	User     string // mysql, postgres, sqlserver
	Password string // mysql, postgres, sqlserver
	Database string // mysql, postgres, sqlserver
	Schema   string // postgres
	Filename string // sqlite
}

Jump to

Keyboard shortcuts

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