sqlite

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2020 License: BSD-3-Clause Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

Types

type Config

type Config struct {
	Pool []Item `yaml:"sqlite"`
}

func (*Config) List

func (c *Config) List() (list []schema.ItemInterface)

type Item

type Item struct {
	Name string `yaml:"name"`
	File string `yaml:"file"`
}

func (Item) GetDSN

func (i Item) GetDSN() string

func (Item) GetName

func (i Item) GetName() string

func (Item) Setup

func (i Item) Setup(_ schema.SetupInterface)

Jump to

Keyboard shortcuts

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