/simple-bank

learning material for golang

Primary LanguageGo

Dependencies

  • golang-migrate
    • Database migrations. CLI and Golang library.
  • sqlc
    • Generate type safe Go from SQL
  • pg
    • Pure Go Postgres driver for database/sql
  • testify
    • A toolkit with common assertions and mocks that plays nicely with the standard library