first commit

This commit is contained in:
2023-04-12 15:58:25 +08:00
commit 59b3faa171
30 changed files with 6257 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package db
type Expression string
func Raw(expr string) Expression {
return Expression(expr)
}