sqlkit icon indicating copy to clipboard operation
sqlkit copied to clipboard

SQL builder and powerful database toolkit for Golang

Results 1 sqlkit issues
Sort by recently updated
recently updated
newest added

Aggregate builders that allow you to do something like: ```go db.Select(Count("users").As("user_count")) ```