GetEngineType get the database type (e.g. postgres, memory, etc.).
()
| 8 | type Database interface { |
| 9 | // GetEngineType get the database type (e.g. postgres, memory, etc.). |
| 10 | GetEngineType() string |
| 11 | |
| 12 | // Close the database connection. |
| 13 | Close() error |
no outgoing calls
no test coverage detected