| 14 | ) |
| 15 | |
| 16 | type DB struct { |
| 17 | db *sql.DB |
| 18 | profile *profile.Profile |
| 19 | } |
| 20 | |
| 21 | // NewDB opens a database specified by its database driver name and a |
| 22 | // driver-specific data source name, usually consisting of at least a |
nothing calls this directly
no outgoing calls
no test coverage detected