Documentation ¶
Index ¶
Constants ¶
View Source
const AdvisoryLockIdSalt uint = 1486364155
Variables ¶
View Source
var ( ErrNilConfig = fmt.Errorf("no config") ErrNoDatabaseName = fmt.Errorf("no database name") ErrNoSchema = fmt.Errorf("no schema") ErrDatabaseDirty = fmt.Errorf("database is dirty") )
View Source
var MigrationsTable = "schema_migrations"
Functions ¶
Types ¶
type Postgres ¶
type Postgres struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.