Documentation ¶
Index ¶
- type PostgreSQL
- func (d *PostgreSQL) Close() error
- func (d *PostgreSQL) Delete(tableName string, condition map[string]string) (int, error)
- func (d *PostgreSQL) Insert(tableName string, rows []map[string]string) error
- func (d *PostgreSQL) Open() error
- func (d *PostgreSQL) Ready() error
- func (d *PostgreSQL) Reset() error
- func (d *PostgreSQL) Select(tableName string, condition map[string]string) ([]map[string]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgreSQL ¶
type PostgreSQL struct {
// contains filtered or unexported fields
}
func (*PostgreSQL) Close ¶ added in v1.4.1
func (d *PostgreSQL) Close() error
func (*PostgreSQL) Insert ¶
func (d *PostgreSQL) Insert(tableName string, rows []map[string]string) error
func (*PostgreSQL) Open ¶ added in v1.4.1
func (d *PostgreSQL) Open() error
func (*PostgreSQL) Ready ¶
func (d *PostgreSQL) Ready() error
func (*PostgreSQL) Reset ¶
func (d *PostgreSQL) Reset() error
Click to show internal directories.
Click to hide internal directories.