# Functions

NewStore initializes a new MySQL-based storage.
SetDebug indicates whether to enable or disable debugging (which will output SQL to the console).
SetTable 设置table名.

# Structs

No description provided by the author
Store represents a persistent MySQL storage implementation.
No description provided by the author

# Type aliases

StoreOption is an options provider for Store.