feat: add sample env
This commit is contained in:
@@ -11,7 +11,7 @@ const (
|
||||
func (d DbType) String() string {
|
||||
return [...]string{
|
||||
"postgres",
|
||||
"sqlit",
|
||||
"sqlite",
|
||||
"mysql",
|
||||
}[d]
|
||||
}
|
||||
|
Reference in New Issue
Block a user