Wrappers returns a list of wrappers that have been applied to the store. This is used to detect if the store has already wrapped, and avoid double-wrapping.
()
| 36 | // This is used to detect if the store has already wrapped, and avoid |
| 37 | // double-wrapping. |
| 38 | Wrappers() []string |
| 39 | } |
| 40 | |
| 41 | // DBTX represents a database connection or transaction. |
no outgoing calls