add sqimple crud methods

This commit is contained in:
2026-09-01 01:29:27 +01:00
parent efa486fea8
commit 0d73340982
3 changed files with 38 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ go 1.25.7
require (
code.aneur.in/go/record v0.0.0-20260704022026-db3f74ccdeb4
code.aneur.in/go/sqimple v0.0.0-20260710160754-2a04163d6eff
code.aneur.in/go/version v0.0.0-20260706210436-9f229dde97c9
modernc.org/sqlite v1.57.0
)