Documentation ¶
Overview ¶
Package hnypop wraps the gobuffalo/pop ORM.
Summary ¶
hnypop provides a minimal implementation of the pop Store interface. There are a few flaws - when starting a pop Transaction, you'll get a Honeycomb event for the start of the transaction but none of the incremental statements.
Most other operations should come through ok.
Index ¶
- type DB
- func (m *DB) Close() error
- func (m *DB) Commit() error
- func (m *DB) Exec(query string, args ...interface{}) (sql.Result, error)
- func (m *DB) Get(dest interface{}, query string, args ...interface{}) error
- func (m *DB) NamedExec(query string, arg interface{}) (sql.Result, error)
- func (m *DB) PrepareNamed(query string) (*sqlx.NamedStmt, error)
- func (m *DB) Rollback() error
- func (m *DB) Select(dest interface{}, query string, args ...interface{}) error
- func (m *DB) Transaction() (*pop.Tx, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.