https://github.com/wroge/sqlt
A Go Template-Based SQL Builder and Struct Mapper
https://github.com/wroge/sqlt
golang mapper mysql no-orm orm postgres sql sql-builder sqlite template type-safe
Last synced: about 1 month ago
JSON representation
A Go Template-Based SQL Builder and Struct Mapper
- Host: GitHub
- URL: https://github.com/wroge/sqlt
- Owner: wroge
- License: mit
- Created: 2024-06-29T10:43:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T10:26:17.000Z (about 1 month ago)
- Last Synced: 2025-04-10T10:51:58.347Z (about 1 month ago)
- Topics: golang, mapper, mysql, no-orm, orm, postgres, sql, sql-builder, sqlite, template, type-safe
- Language: Go
- Homepage: https://wroge.github.io/sqlt-docs/
- Size: 440 KB
- Stars: 33
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Go Template-Based SQL Builder and Struct Mapper
[](https://pkg.go.dev/github.com/wroge/sqlt)
[](https://github.com/wroge/sqlt/tags)
[](https://codecov.io/github/wroge/sqlt)```go
import "github.com/wroge/sqlt"
````sqlt` uses Go’s template engine to create a flexible, powerful, and type-safe SQL builder and struct mapper.
- [Website](https://wroge.github.io/sqlt-docs)
- [Go Doc](https://pkg.go.dev/github.com/wroge/sqlt)
- [Example](https://github.com/wroge/vertical-slice-architecture)
- [Benchmarks](https://github.com/wroge/bench-flix)