maxeth / go-bank-app

A bank-like REST API, with advanced Postgres transactions, SQL compilation via sqlc, Gin, unit tests, and Github Actions CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use sqlc:

  1. docker pull kjconroy/sqlc
  2. MSYS_NO_PATHCONV=1 docker run --rm -v $(pwd):/src -w /src kjconroy/sqlc generate

About

A bank-like REST API, with advanced Postgres transactions, SQL compilation via sqlc, Gin, unit tests, and Github Actions CI


Languages

Language:Go 97.5%Language:Makefile 1.8%Language:Dockerfile 0.4%Language:Shell 0.3%