Documentation
¶
Overview ¶
Package sql wraps a database/sql driver so calls are subject to chaos. Register a chaos driver name that points at an existing registered driver, then sql.Open chaos name.
Example:
chaossql.Register("chaos:postgres", "postgres", eng)
db, _ := sql.Open("chaos:postgres", dsn)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.