feat: add sample env

This commit is contained in:
Lakhan Samani
2021-08-09 15:12:31 +05:30
parent 3b49790ce4
commit b9872b5aac
4 changed files with 11 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ const (
func (d DbType) String() string {
return [...]string{
"postgres",
"sqlit",
"sqlite",
"mysql",
}[d]
}