Documentation ¶ Index ¶ func Open() (*sql.DB, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Open ¶ func Open() (*sql.DB, error) Open opens a database with the current configured driver and data source name. The database will be probed a simple constant-wait retry strategy; if opening the database fails within the specified timeout duration an error is returned. Types ¶ This section is empty. Source Files ¶ View all Source files db.go Click to show internal directories. Click to hide internal directories.