Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dadleyy/marlow
golang generator for type-safe sql api constructs
https://github.com/dadleyy/marlow
generator golang golang-library golang-tools orm sql
Last synced: 4 days ago
JSON representation
golang generator for type-safe sql api constructs
- Host: GitHub
- URL: https://github.com/dadleyy/marlow
- Owner: dadleyy
- License: mit
- Archived: true
- Created: 2017-09-15T12:58:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T14:11:11.000Z (about 4 years ago)
- Last Synced: 2024-08-01T13:28:29.917Z (3 months ago)
- Topics: generator, golang, golang-library, golang-tools, orm, sql
- Language: Go
- Homepage:
- Size: 340 KB
- Stars: 82
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ccamel - dadleyy/marlow - golang generator for type-safe sql api constructs (Go)
- awesome-go - marlow - golang generator for type-safe sql api constructs - ★ 35 (ORM)
- awesome-go-zh - Marlow
README
---
Marlow is a code generation tool written in golang designed to create useful constructs that provide an ergonomic API
for interacting with a project's data persistence layer while maintaining strong compile time type safety assurance.### Marlow Has Moved!
To encourage community driven ownership of this project, the CLI and library code for marlow has moved to the
[`marlow`](https://github.com/marlow) organization.