Documentation ¶
Index ¶
Constants ¶
View Source
const (
CONNECTION_URL_PATTERN = "host=%s port=%d user=%s sslmode=%s connect_timeout=30"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresStore ¶
type PostgresStore struct {
abstract_sql.AbstractSqlStore
}
func (*PostgresStore) GetName ¶
func (store *PostgresStore) GetName() string
func (*PostgresStore) Initialize ¶
func (store *PostgresStore) Initialize(configuration util.Configuration, prefix string) (err error)
Click to show internal directories.
Click to hide internal directories.