Documentation ¶ Index ¶ func NewSQLDB(cfg *config.SQL) (sqldb.Interface, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewSQLDB ¶ func NewSQLDB(cfg *config.SQL) (sqldb.Interface, error) NewSQLDB creates a returns a reference to a logical connection to the underlying SQL database. The returned object is to tied to a single SQL database and the object can be used to perform CRUD operations on the tables in the database Types ¶ This section is empty. Source Files ¶ View all Source files store.go Directories ¶ Show internal Expand all Path Synopsis mysql sqldb Click to show internal directories. Click to hide internal directories.