snippet/sqlite/config.go

6 lines
68 B
Go
Raw Permalink Normal View History

2021-09-03 08:44:20 +00:00
package sqlite
type Config struct {
DBFile string //DB文件名
}