Documentation
¶
Overview ¶
Package sql provides SQL implementations of the storage interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Postgres ¶
type Postgres struct { Database string User string Password string Host string SSL PostgresSSL `json:"ssl" yaml:"ssl"` ConnectionTimeout int // Seconds }
Postgres options for creating an SQL db.
Source Files
¶
- config.go
- crud.go
- migrate.go
- sql.go
Click to show internal directories.
Click to hide internal directories.