feat: add sample env

This commit is contained in:
Lakhan Samani
2021-08-09 15:12:31 +05:30
parent 0ec76eb879
commit bf32442bbb
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]
}