dialect

package
v0.0.0-...-bcc4079 Latest Latest
Warning

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

Go to latest
Published: May 7, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// MySQL dialect
	MySQL = mysql{}
	// PostgreSQL dialect
	PostgreSQL = postgreSQL{}
	// SQLite3 dialect
	SQLite3 = sqlite3{}
)

Functions

This section is empty.

Types

type Buffer

type Buffer interface {
	io.Writer
	io.ByteWriter
	WriteString(s string) (n int, err error)
}

Jump to

Keyboard shortcuts

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