6 lines
94 B
Go
Raw Normal View History

package database
type sqlite struct{}
func (db *sqlite) Exec(q string) error { return nil }