Skip to content

SirSaleh/db-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

db lab

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.

Features Definition

  • Ready Models: Pre-defined database schema models for various entities such as user_instance, product, and order_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.

Databases

name desription
PostgreSQL PostgreSQL, also known as Postgres, is a free and open-source relational database management system.

About

This repository contains my practice on DBs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published