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