Files
sqimple/query.go
T
2026-07-07 17:25:02 +01:00

7 lines
71 B
Go

package simql
type Query interface {
Args() []any
String() string
}