filiperlima / ignite-chapter-iii-challenge-i

Explored TypeORM queries: ORM, query builder, and raw queries. Enhanced skills in database operations for users and games modules. Hands-on practice for diverse query types!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In this challenge, I performed database queries with TypeORM in three ways:

  • Using ORM
  • Using Query Builder
  • Using Raw Query

This helped me to understand and exercise the different types of queries we can do.

The application has two modules: users and games. A user can have several games and the same game can be associated with several users.

About

Explored TypeORM queries: ORM, query builder, and raw queries. Enhanced skills in database operations for users and games modules. Hands-on practice for diverse query types!


Languages

Language:TypeScript 65.4%Language:JavaScript 34.6%