Would be useful to allow check what adapter is used currently so that database type specific code could be executed only on right adapters. ```go func Name() string ``` or ```go func Type() string ``` that would return `mysql`, `postgres`, `sqlite3` etc