Close closes the database connection
()
| 126 | |
| 127 | // Close closes the database connection |
| 128 | func (s SQLiteDriver) Close() { |
| 129 | s.dbConn.Close() |
| 130 | } |
| 131 | |
| 132 | // TableNames connects to the sqlite database and |
| 133 | // retrieves all table names from sqlite_master |
no outgoing calls
no test coverage detected