awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
liyupi avatar

liyupi/sql-mother

0
View on GitHub↗
4,215 نجوم·428 تفرعات·TypeScript·2 مشاهداتsqlmother.yupi.icu↗

Sql Mother

sql-mother هي منصة تعليمية قائمة على المتصفح لتعلم بناء جملة SQL من خلال تمارين تفاعلية، ودروس، وملعب استعلامات. توفر بيئة منظمة لإتقان منطق وبناء جملة MySQL و SQLite و PostgreSQL باستخدام سلسلة من التحديات العملية.

تستخدم المنصة محرك قاعدة بيانات قائماً على WebAssembly لتمكين تنفيذ SQL المحلي والتحقق من الاستعلام في الوقت الفعلي بالكامل داخل المتصفح. تسمح هذه البنية بمحاكاة الجداول الافتراضية وإدارة الحالة دون الحاجة إلى خادم واجهة خلفية أو حسابات مستخدمين.

تتضمن البيئة منهجاً تعليمياً ممتعاً من الدروس الموجهة، وصندوق رمل حر الممارسة الاستعلامات التعسفية، وأدوات للمعلمين لإنشاء تمارين مخصصة ومستويات صعوبة.

Features

  • Interactive Learning Environments - Offers a gamified platform with interactive lessons for mastering SQL query syntax.
  • SQL Tutorials - A structured curriculum for mastering MySQL, SQLite, and PostgreSQL queries through a sequence of hands-on challenges.
  • In-Browser Database Engines - Uses a WebAssembly-based database engine to enable high-performance SQL execution in the browser.
  • SQL Query Execution - Executing and testing SQL statements in a browser-based sandbox to understand how different queries affect data results.
  • SQL Query Execution Engines - Provides a built-in SQL engine for executing queries against datasets to verify accuracy.
  • Background SQL Executions - Implements a database engine that runs SQL queries entirely within the browser via WebAssembly.
  • Client-Side Querying - Provides a browser-based environment for writing and executing SQL queries using an in-memory database.
  • Progressive Lesson Series - Delivers guided interactive lessons and exercises focused on the logic of data retrieval.
  • Interactive Learning Platforms - Acts as a gamified educational platform for learning SQL via interactive exercises and a sandbox.
  • Self-Paced Learning Environments - Provides a step-by-step, interactive curriculum for database education without requiring local installation.
  • Syntax Exercises - Provides hands-on coding exercises to teach the syntax and logic of MySQL, SQLite, and PostgreSQL.
  • Gamified Learning - Features a sequence of gamified levels that teach SQL syntax through progressive problem-solving.
  • Interactive Learning Sandboxes - Implements a virtual environment with sample datasets and a real-time editor for practicing database operations.
  • Query Execution Accuracy Validators - Validates query correctness by comparing execution results against expected result sets.
  • Exercise Authoring Tools - Includes tools for educators to design and implement custom SQL challenges and difficulty levels.
  • Lesson Mapping Schemas - Uses structured data files to define learning paths and map queries to expected results.
  • Dataset Mocking - Simulates relational database tables by loading static dataset snapshots into the in-memory engine.
  • SQL Development Environments - Provides a free-form sandbox environment for executing arbitrary SQL queries without constraints.
  • SQL和数据库相关 - Listed in the “SQL和数据库相关” section of the DotNetGuide awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ liyupi/sql-motherمخطط تاريخ النجوم لـ liyupi/sql-mother

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة liyupi/sql-mother؟

sql-mother هي منصة تعليمية قائمة على المتصفح لتعلم بناء جملة SQL من خلال تمارين تفاعلية، ودروس، وملعب استعلامات. توفر بيئة منظمة لإتقان منطق وبناء جملة MySQL و SQLite و PostgreSQL باستخدام سلسلة من التحديات العملية.

ما هي الميزات الرئيسية لـ liyupi/sql-mother؟

الميزات الرئيسية لـ liyupi/sql-mother هي: Interactive Learning Environments, SQL Tutorials, In-Browser Database Engines, SQL Query Execution, SQL Query Execution Engines, Background SQL Executions, Client-Side Querying, Progressive Lesson Series.

ما هي البدائل مفتوحة المصدر لـ liyupi/sql-mother؟

تشمل البدائل مفتوحة المصدر لـ liyupi/sql-mother: sql-js/sql.js — sql.js is a serverless, in-memory SQL database engine that ports SQLite to WebAssembly for use within a web browser.… apache/datafusion — Apache DataFusion is an extensible, columnar SQL query engine that runs embedded within a host application without… datalinkdc/dinky — Dinky is a real-time data platform for developing, deploying, and operating streaming applications based on Apache… vlcn-io/cr-sqlite — cr-sqlite is a multi-master database replication system that uses conflict-free replicated data types to ensure… freecodecampchina/freecodecamp.cn — This project is an interactive coding learning platform and open-source educational courseware designed for mastering… hazelcast/hazelcast — Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to…

بدائل مفتوحة المصدر لـ Sql Mother

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Sql Mother.
  • sql-js/sql.jsالصورة الرمزية لـ sql-js

    sql-js/sql.js

    13,632عرض على GitHub↗

    sql.js is a serverless, in-memory SQL database engine that ports SQLite to WebAssembly for use within a web browser. It provides a JavaScript interface to initialize relational databases, execute SQL queries, and manage structured data without requiring a backend server. The project enables the import and export of database states using typed arrays, allowing in-memory data to be persisted as files. It supports high-precision integer retrieval via BigInt and utilizes prepared statements to increase execution speed and security. The engine includes capabilities for client-side data management

    JavaScript
    عرض على GitHub↗13,632
  • apache/datafusionالصورة الرمزية لـ apache

    apache/datafusion

    8,908عرض على GitHub↗

    Apache DataFusion is an extensible, columnar SQL query engine that runs embedded within a host application without requiring a separate server process. It processes data in columnar batches using Apache Arrow for memory-efficient analytics, and can scale analytic workloads across multiple nodes for parallel execution. The engine supports both SQL and DataFrame queries through a modular, streaming architecture that allows custom operators, data sources, functions, and optimizer rules. The engine distinguishes itself through its modular extension framework, which enables building custom query e

    Rustarrowbig-datadataframe
    عرض على GitHub↗8,908
  • datalinkdc/dinkyالصورة الرمزية لـ DataLinkDC

    DataLinkDC/dinky

    3,740عرض على GitHub↗

    Dinky is a real-time data platform for developing, deploying, and operating streaming applications based on Apache Flink. It functions as a SQL streaming IDE and a real-time data pipeline orchestrator, providing a web-based environment for writing and verifying queries with integrated logic plan visualization and lineage tracking. The platform acts as a distributed cluster manager, allowing the registration, monitoring, and administration of multiple processing clusters from a centralized interface. It also serves as a change data capture integration tool, synchronizing real-time database cha

    Javadatalakedatawarehouseflink
    عرض على GitHub↗3,740
  • freecodecampchina/freecodecamp.cnالصورة الرمزية لـ FreeCodeCampChina

    FreeCodeCampChina/freecodecamp.cn

    37,712عرض على GitHub↗

    This project is an interactive coding learning platform and open-source educational courseware designed for mastering web development. It provides a browser-based environment where users can engage with a structured curriculum covering front-end, back-end, and data visualization skills through hands-on exercises. The platform distinguishes itself by integrating a browser-based code sandbox and a nonprofit technical partnership portal. This framework allows learners to transition from guided lessons to building and maintaining real-world software applications for nonprofit organizations. The

    CSScareercertificationcn-freecodecamp
    عرض على GitHub↗37,712
عرض جميع البدائل الـ 30 لـ Sql Mother→