add ctx/db to all query types

This commit is contained in:
2026-07-07 22:34:02 +01:00
parent f2ebd5b53f
commit f24f15a4f6
5 changed files with 87 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package sqimple
import "errors"
var (
ErrNoDatabase = errors.New("no database")
)