This repository contains a set of ready-to-use models, seeders, and practice queries for a database (currently based on postgres). It is designed to help you quickly set up and experiment with database schemas, data seeding, and complex query execution.
- Ready Models: Pre-defined database schema models for various entities such as
user_instance
,product
, andorder_instance
. - Seeders: Scripts to populate your database with initial data for testing and development.
- Practice Queries: A set of SQL queries to help you practice and understand different operations like data retrieval, aggregation, and joins.
name | desription |
---|---|
PostgreSQL | PostgreSQL, also known as Postgres, is a free and open-source relational database management system. |