sqlite.go 94 B

12345
  1. package database
  2. type sqlite struct{}
  3. func (db *sqlite) Exec(q string) error { return nil }