There are 1 repository under sqlboiler topic.
An opinionated production-ready SQL-/Swagger-first RESTful JSON API written in Go, highly integrated with VSCode DevContainers by allaboutapps.
This is a sample API built by Go(Echo) and SQLBoiler according to Clean Architecture.
An enterprise GraphQL template application built using Golang showcasing - Testing Strategy, DB migrations and seeding, integration with an ORM, containerization using Docker, GraphQL Interface, PostgreSQL, subscriptions, redis caching, paginated endpoints.
A content management framework in Golang
Examples of using various popular database libraries and ORM in Go.
A stand-alone gRPC based authentication API. Easily integrate authentication into any custom project. Authenticator takes care of user credential storage and checking. It generates JSON Web tokens for users, which easily can be verified by other servers in your ecosystem using performant and secure EdDSA public key cryptography.
BoilingFactory is a CLI tool that generates factories for models generated by sqlboiler. https://github.com/volatiletech/sqlboiler.
BoilingSeed is a CLI tool that helps generate database seeding helpers with sqlboiler. https://github.com/volatiletech/sqlboiler.
An enterprise GraphQL template application built using Golang showcasing - Testing Strategy, DB migrations and seeding, integration with an ORM, containerization using Docker, GraphQL Interface, MySQL, subscriptions, redis caching, paginated endpoints.
go-ddd is a Golang scaffolding project that follows Domain Driven Design (DDD) and aims to show how to build Go applications that are easy to develop, maintain, and easy to use, especially in the long run!
Bootstrap a new Go repo
Check Picks is a collection of the latest IT news. In particular, it has a good selection of news for software engineers. For example, React, Golang and AWS.
Under development...
An experiment with fastify and golang grpc service as orm
A template web app with a React / TypeScript frontend and a Go GraphQL backend that uses SQLBoiler and gqlgen for a fast, schema driven development style.
realworld backend implementation with Go
Small microservice for managing User Accounts with Go and SQLBoiler ORM
go手脚架 基于gin 模块式开发 高扩展
Geometric Types for Postgres compatible with SQLBoiler
wip: モノレポで最小限&スケーラブルなアプリケーション開発をするためのテンプレートレポジトリです
aah framework Form Based Auth Example, but use MySQL database as back-end store.
Generate exposed relations from your sqlboiler models for your api.