Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
Backend is the database backend interface that must be implemented by all database backend.
type Postgresql ¶
type Postgresql struct {
// contains filtered or unexported fields
}
func (Postgresql) DSN ¶
func (db Postgresql) DSN() string
func (Postgresql) Engine ¶
func (db Postgresql) Engine() string
Click to show internal directories.
Click to hide internal directories.