database

package module
v0.0.0-...-767050e Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Column

type Column struct {
	Name       string
	Constraint string
}

type Configuration

type Configuration struct {
	Db     Info
	Tables Tables
}

type Info

type Info struct {
	Host     string
	Port     int
	Username string
	Password string
	Dbname   string
}

type Table

type Table struct {
	Name    string
	Columns []Column
}

type Tables

type Tables struct {
	Tables []Table
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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