GetDbVersion returns current database version.
()
| 22 | IsOpen() bool |
| 23 | // GetDbVersion returns current database version. |
| 24 | GetDbVersion() (int, error) |
| 25 | // CheckDbVersion checks if the actual database version matches adapter version. |
| 26 | CheckDbVersion() error |
| 27 | // GetName returns the name of the adapter |