/using-orm-with-db

🚽 Trying to use ORM (github.com/uptrace/bun) to work with PostgreSQL

Primary LanguageGoMIT LicenseMIT

Using ORM with db

This repo contains the training (rough) code,
and possibly not canonical for the selected library - uptrace/bun

GO codecov LICENSE Linter Building

Go

Tasks

Using the ORM to do:

  • simple queries (read from one table)
  • queries with adjacent tables (read from merged tables)
  • more complicate query (on my choice)