Skip to content

arkarsg/split

Repository files navigation

Split

Track credits and debts among your friends.

  • Split travel expenses
  • Split restaurant bills

Architecture

Schema Diagram

schema-diagram Schema diagram created with dbdiagram.io

Tools

Tool Purpose
migrate Schema migration
sqlc ORM

Notes

Makefile

  • Useful make commands to set up your dev env

migrate

Migrate up and migrate down are included in `Makefile

Migrate up sslmode=disabled is necessary as SSL is not enabled on the pgsql server by default

migrate -path db/migrations -database "postgresql://root:password@localhost:5432/split_app?sslmode=disabled" -verbose up

ORMs

sqlc was used as an ORM for Go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages