awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mouredev avatar

mouredev/hello-sql

0
View on GitHub↗
8,826 estrellas·637 forks·Python·apache-2.0·6 vistasmouredev.link/sql↗

Hello Sql

hello-sql is a collection of educational resources and practical guides designed for mastering relational database design, SQL query writing, and schema mapping. It provides a set of lessons and exercises for practicing the creation and manipulation of data within relational databases.

The project includes a database schema workbook for designing tables and mapping relationships, alongside a dedicated SQL query guide for writing selection, filtering, and aggregation statements. These resources are delivered through a relational database tutorial and a broader SQL learning resource.

The material covers core relational database operations, including schema design, record management, and data mapping. It addresses the retrieval of information from relational tables and the integration of complex datasets using joins and unions.

Features

  • Relational Data Modeling - Provides comprehensive guides on organizing data into structured tables with primary keys, foreign keys, and defined relationships.
  • SQL Query Execution - Provides instruction on executing and managing structured query language statements against a relational database.
  • Relational Schema Design Projects - Provides practical exercises for designing and implementing relational database schemas with tables and constraints.
  • Database Query Joins - Demonstrates how to merge data from different tables using various join types and unions.
  • Database Record Querying - Offers practical guides on retrieving information from tables using selection, filtering, sorting, and aggregation.
  • Database Schema Managers - Provides a toolkit for defining and managing database structures, including table creation and constraints.
  • Cardinality Patterns - Teaches how to establish various cardinality patterns to organize related data effectively.
  • Relational Association Mapping - Explains how to define connections and associations between parent and child entities in a relational database.
  • Relational Join Engines - Teaches the mechanisms for combining data from multiple tables based on shared column values using relational joins.
  • SQL Data Retrieval - Provides guides on writing queries to extract and aggregate specific information from relational tables.
  • Schema Definition Languages - Explains the use of data definition language to create the structural blueprint of a database.
  • CRUD Operations - Provides lessons on writing, modifying, and deleting individual records to maintain current datasets.
  • Database Record Operations - Covers the execution of standard CRUD operations for managing individual data items in a relational database.
  • Schema Design Workbooks - Includes a structured workbook for practicing table design and relationship mapping in SQL.
  • Set-Based Operations - Teaches how to modify and extract records by operating on entire data sets rather than individual rows.
  • Database Constraints - Provides educational content on enforcing data accuracy using uniqueness and non-nullability rules at the database level.
  • Multi-Dataset Analysis - Guides the process of performing complex queries across multiple tables to generate comprehensive result sets.
  • Relational Database Tutorials - Offers a guided set of lessons covering table creation, data manipulation, and complex joins.
  • SQL Learning Resources - Provides a collection of educational materials and exercises for learning SQL and database query languages.
  • SQL Query Guides - Ships a practical reference for writing selection, filtering, aggregation, and update statements in SQL.

Historial de estrellas

Gráfico del historial de estrellas de mouredev/hello-sqlGráfico del historial de estrellas de mouredev/hello-sql

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Hello Sql

Proyectos open-source similares, clasificados según cuántas características comparten con Hello Sql.
  • prestodb/prestoAvatar de prestodb

    prestodb/presto

    16,711Ver en GitHub↗

    Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data sources. It functions as a data federation platform and massively parallel processing engine, allowing users to execute interactive queries against diverse storage systems without requiring data migration. By mapping remote metadata and structures to a unified relational namespace, it enables seamless cross-platform analysis through a standard SQL interface. The engine distinguishes itself through a pluggable connector architecture and a shared-nothing distributed processing

    Javabig-datadatahadoop
    Ver en GitHub↗16,711
  • seaql/sea-ormAvatar de SeaQL

    SeaQL/sea-orm

    9,410Ver en GitHub↗

    Sea-ORM is an asynchronous SQL object-relational mapper and database toolkit for mapping relational tables to strongly typed objects. It provides a relational database mapper for performing CRUD operations across MySQL, PostgreSQL, and SQLite, and includes a programmatic dynamic query builder for constructing complex SQL statements. The project distinguishes itself by providing a GraphQL schema generator that transforms database entities into typed schemas with built-in pagination and filters. It also features a dedicated database migration tool for defining and applying versioned schema chan

    Rustdatabasehacktoberfestloco
    Ver en GitHub↗9,410
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Ver en GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    PHPcodeignitercodeigniter4framework-php
    Ver en GitHub↗5,924
  • apache/pinotAvatar de apache

    apache/pinot

    6,098Ver en GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Java
    Ver en GitHub↗6,098
Ver las 30 alternativas a Hello Sql→

Preguntas frecuentes

¿Qué hace mouredev/hello-sql?

hello-sql is a collection of educational resources and practical guides designed for mastering relational database design, SQL query writing, and schema mapping. It provides a set of lessons and exercises for practicing the creation and manipulation of data within relational databases.

¿Cuáles son las características principales de mouredev/hello-sql?

Las características principales de mouredev/hello-sql son: Relational Data Modeling, SQL Query Execution, Relational Schema Design Projects, Database Query Joins, Database Record Querying, Database Schema Managers, Cardinality Patterns, Relational Association Mapping.

¿Qué alternativas de código abierto existen para mouredev/hello-sql?

Las alternativas de código abierto para mouredev/hello-sql incluyen: prestodb/presto — Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data… seaql/sea-orm — Sea-ORM is an asynchronous SQL object-relational mapper and database toolkit for mapping relational tables to strongly… apache/pinot — Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It… codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… datlechin/tablepro — TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL… enochtangg/quick-sql-cheatsheet — This project is a relational database cheat sheet and SQL reference guide. It provides a collection of syntax examples…