restructure
This commit is contained in:
13
providers/database/sqlite/config.go
Executable file
13
providers/database/sqlite/config.go
Executable file
@@ -0,0 +1,13 @@
|
||||
package sqlite
|
||||
|
||||
type Config struct {
|
||||
File string
|
||||
}
|
||||
|
||||
func (m *Config) CreateDatabaseSql() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (m *Config) EmptyDsn() string {
|
||||
return m.File
|
||||
}
|
||||
Reference in New Issue
Block a user