mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
d55bb34766
Former-commit-id: f73cbf6010595c639f6c5b5119e2ec41bc9802a5
6 lines
94 B
Go
6 lines
94 B
Go
package database
|
|
|
|
type sqlite struct{}
|
|
|
|
func (db *sqlite) Exec(q string) error { return nil }
|