This website requires JavaScript.
Explore
Help
Sign In
go
/
sqimple
Archived
Watch
3
Star
0
Fork
0
Code
Pull Requests
Activity
This repository has been archived on
2026-09-07
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
add-ci-workflow
sqimple
/
error.go
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
8 lines
85 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
add ctx/db to all query types
2026-07-07 22:34:02 +01:00
package
sqimple
import
"errors"
var
(
ErrNoDatabase
=
errors
.
New
(
"no database"
)
)
Copy Permalink