Documentation
¶
Overview ¶
Package mysql provides backend for MySQL and compatible databases.
Design principles ¶
- Metadata is heavily cached to avoid most queries and transactions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBackend ¶
func NewBackend(params *NewBackendParams) (backends.Backend, error)
NewBackend creates a new Backend.
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.