sqlutil

package
v0.0.0-...-aaf6028 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MsSqlDialect = &Dialect{
	Binary: "varbinary",
	Int64:  "bigint",
	Date:   "date",
	Byte:   "tinyint",
}

Microsoft SQL Server (untested)

View Source
var PgDialect = &Dialect{
	Binary: "bytea",
	Int64:  "bigint",
	Date:   "date",
	Byte:   "smallint",
}

PostgreSQL

Functions

This section is empty.

Types

type Dialect

type Dialect struct {
	Binary, Int64, Date, Byte string
}

type SqlModel

type SqlModel interface {
	CreateSqlModel(d *Dialect) error
}

Jump to

Keyboard shortcuts

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