awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
enochtangg avatar

enochtangg/quick-SQL-cheatsheet

0
View on GitHub↗
5,406 stars·781 forks·MIT·9 vues

Quick SQL Cheatsheet

Ce projet est une antisèche de base de données relationnelle et un guide de référence SQL. Il fournit une collection d'exemples de syntaxe et de documentation de requêtes pour gérer des bases de données relationnelles en utilisant le langage de requête structuré (SQL).

L'outil est implémenté sous forme de site statique avec une documentation interrogeable côté client, permettant un filtrage immédiat du contenu technique via un index basé sur le navigateur.

La référence couvre la gestion de bases de données relationnelles, incluant la récupération de données, la gestion de schémas de base de données et la maintenance des enregistrements. Elle inclut également des conseils sur la manipulation de données relationnelles via des jointures de tables et la génération de rapports agrégés.

Features

  • Table Data Retrieval - Acts as a primary reference for retrieving and filtering data from relational tables using SQL.
  • Cheat Sheets - Provides a concise reference guide for common SQL syntax and technical database tasks.
  • Table Schemas - Provides a reference for modifying table structures, such as adding or removing columns.
  • Database Record Management - Covers the essential lifecycle operations for maintaining records within a database.
  • Data Manipulation Language - Offers syntax examples for inserting, modifying, and removing records from database tables.
  • Database Schema Managers - Guides users through the definition and modification of relational database structures.
  • Table Definitions - Documents the SQL syntax required to create new tables with specific columns and data types.
  • Database Views - Includes guidance on creating and managing virtual tables through database views.
  • Group-By Aggregations - Provides a reference for calculating sums, averages, and counts using group-by aggregations.
  • Reference Examples - Includes a comprehensive set of SQL query examples for data retrieval and table modification.
  • Relational Database Management Systems - Serves as a comprehensive guide for managing relational database systems via SQL.
  • Relational Join Engines - Explains how to combine data from multiple tables using standard relational join mechanisms.
  • SQL Aggregate Functions - Documents the use of SQL aggregate functions to generate data summaries and reports.
  • SQL Syntax References - Provides a detailed collection of SQL syntax examples for retrieving, filtering, and sorting data.
  • Table Joining Operations - Provides syntax examples for combining data from multiple tables using various SQL join types.
  • SQL Query Guides - Serves as a practical reference guide for writing and structuring SQL statements.
  • Markdown-Based Content Authoring - Authors technical SQL documentation using version-controlled markdown files.
  • Static Site Generation - Uses static site generation to pre-render markdown content into fast-loading HTML pages.
  • Client-Side Indexing - Implements a browser-based index for rapid filtering and navigation of technical content.
  • Technical Cheatsheets - Handy SQL reference guide.
  • Curated Lists - Listed in the “Curated Lists” section of the The Book Of Secret Knowledge awesome list.

Historique des stars

Graphique de l'historique des stars pour enochtangg/quick-sql-cheatsheetGraphique de l'historique des stars pour enochtangg/quick-sql-cheatsheet

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Quick SQL Cheatsheet

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Quick SQL Cheatsheet.
  • apache/pinotAvatar de apache

    apache/pinot

    6,098Voir sur 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
    Voir sur GitHub↗6,098
  • awesome-selfhosted/awesome-selfhostedAvatar de awesome-selfhosted

    awesome-selfhosted/awesome-selfhosted

    299,516Voir sur GitHub↗

    This project is a community-curated directory of open-source software designed for deployment in private server environments and home labs. It serves as a comprehensive resource for discovering independent, self-hosted alternatives to mainstream cloud services, enabling users to maintain full data ownership and control over their digital infrastructure. The directory is structured through a hierarchical taxonomy that organizes a vast collection of applications into logical categories, ranging from media management and data analytics to private communication and team productivity tools. It dis

    awesomeawesome-listcloud
    Voir sur GitHub↗299,516
  • go-xorm/xormAvatar de go-xorm

    go-xorm/xorm

    6,628Voir sur GitHub↗

    xorm is a relational mapper and object-relational mapping tool for Go. It translates Go structures into SQL queries and maps database rows back into native objects, providing a multi-dialect database driver that supports MySQL, PostgreSQL, SQLite, Oracle, SQL Server, and TiDB. The project features a read-write splitting manager that routes modification requests to a primary database and read requests to replicas. It includes a database schema synchronizer to automatically align table structures and indexes with application data models, as well as a fluent SQL query builder for constructing co

    Gogolangmssqlmysql
    Voir sur GitHub↗6,628
  • datlechin/tableproAvatar de datlechin

    datlechin/TablePro

    4,471Voir sur GitHub↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Swift
    Voir sur GitHub↗4,471
Voir les 30 alternatives à Quick SQL Cheatsheet→

Questions fréquentes

Que fait enochtangg/quick-sql-cheatsheet ?

Ce projet est une antisèche de base de données relationnelle et un guide de référence SQL. Il fournit une collection d'exemples de syntaxe et de documentation de requêtes pour gérer des bases de données relationnelles en utilisant le langage de requête structuré (SQL).

Quelles sont les fonctionnalités principales de enochtangg/quick-sql-cheatsheet ?

Les fonctionnalités principales de enochtangg/quick-sql-cheatsheet sont : Table Data Retrieval, Cheat Sheets, Table Schemas, Database Record Management, Data Manipulation Language, Database Schema Managers, Table Definitions, Database Views.

Quelles sont les alternatives open-source à enochtangg/quick-sql-cheatsheet ?

Les alternatives open-source à enochtangg/quick-sql-cheatsheet incluent : apache/pinot — Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It… awesome-selfhosted/awesome-selfhosted — This project is a community-curated directory of open-source software designed for deployment in private server… go-xorm/xorm — xorm is a relational mapper and object-relational mapping tool for Go. It translates Go structures into SQL queries… jeremyevans/sequel — Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder,… datlechin/tablepro — TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL… mouredev/hello-sql — hello-sql is a collection of educational resources and practical guides designed for mastering relational database…