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

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

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

frectonz/sql-studio

0
View on GitHub↗
3,549 نجوم·123 تفرعات·Rust·MIT·7 مشاهداتsql-studio-docs.frectonz.et↗

Sql Studio

SQL Studio هي منصة إدارة قواعد بيانات قائمة على الويب مصممة لتوفير واجهة موحدة للتفاعل مع محركات قواعد بيانات علائقية متعددة وتنسيقات ملفات منظمة. تعمل كعميل شامل يتيح للمستخدمين تصفح سجلات قاعدة البيانات، وفحص بيانات المخطط الوصفية، وتنفيذ استعلامات مخصصة من خلال لوحة تحكم مركزية.

تتميز المنصة بتقديم كل من اتصال قاعدة البيانات عن بعد والتحليل بدون خادم داخل المتصفح للملفات المسطحة مثل Parquet وCSV. وهي تدمج محرراً ذكياً واعياً بالكود يدعم تسليط الضوء على بناء الجملة والإكمال الواعي بالسياق، إلى جانب أدوات مرئية لتوليد مخططات علاقة الكيان ونظرات عامة هيكلية لفهارس قاعدة البيانات.

تعطي بنية النظام الأولوية لاستجابة الواجهة والأداء عند التعامل مع مجموعات البيانات الكبيرة. وهي تستخدم معالجة خلفية غير متزامنة لتنفيذ الاستعلام وتنفذ عرض القائمة الافتراضية لإدارة عرض البيانات الجدولية الواسعة. الأداة متاحة كتطبيق عبر الأنظمة الأساسية يدعم مجموعة متنوعة من أنظمة قواعد البيانات، بما في ذلك PostgreSQL، وMySQL، وSQLite.

Features

  • Multi-Engine Database Administration Clients - Acts as a cross-platform database manager for multiple relational engines and analytical data stores.
  • Database Abstraction Layers - Provides a unified API layer to interact with multiple relational database engines and dialects.
  • Relational Database Connectors - Provides a unified interface for browsing metadata and executing queries across multiple relational databases.
  • SQL Database Connectivity - Connects to various SQL databases and flat files through a unified management interface.
  • SQL Database Management - Manages multiple SQL database engines through a centralized web-based dashboard.
  • SQL Query Editors - Provides an integrated editor for writing and testing complex SQL queries with intelligent completion.
  • SQL Query Execution - Executes arbitrary SQL queries against connected data sources with configurable execution parameters.
  • Grid View Browsings - Offers interactive grid views for browsing and managing large tabular datasets.
  • Metadata-Driven Schema Mappers - Dynamically inspects database catalogs to generate entity-relationship diagrams and structural overviews.
  • Relational Database Metadata Inspectors - Inspects database schemas and table metadata to provide visual insights into relational structures.
  • Database Schema Visualizers - Visualizes database structures and metadata to provide a comprehensive overview of schema content.
  • In-Browser Database Engines - Executes analytical queries directly against structured files in the browser without a backend server.
  • File Format Querying - Enables direct SQL querying of local Parquet and CSV files without requiring a database server.
  • Language Server Protocol Integrations - Integrates language server protocols to provide syntax highlighting and context-aware code completion for SQL.
  • Asynchronous Query Execution - Offloads long-running database queries to background workers to maintain interface responsiveness.
  • Data Explorers - Allows direct exploration and analysis of structured flat files within a web interface.
  • Virtualized List Rendering - Implements virtualized list rendering to efficiently display large datasets in the browser.

سجل النجوم

مخطط تاريخ النجوم لـ frectonz/sql-studioمخطط تاريخ النجوم لـ frectonz/sql-studio

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Sql Studio.
  • datlechin/tableproالصورة الرمزية لـ datlechin

    datlechin/TablePro

    4,471عرض على 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
    عرض على GitHub↗4,471
  • jorgerojas26/lazysqlالصورة الرمزية لـ jorgerojas26

    jorgerojas26/lazysql

    3,481عرض على GitHub↗

    LazySQL is a terminal user interface database manager and SQL client. It functions as a query runner and connection manager for interacting with SQL databases from the command line. The project features a read-only connection mode that blocks mutation commands to prevent accidental data loss. It supports automated pre-connection tasks, including the execution of shell commands and the establishment of SSH tunnels, and allows for both global and project-specific configuration. The interface provides a tree-based schema browser for navigating tables, a dedicated SQL query editor with tabular r

    Go
    عرض على GitHub↗3,481
  • apache/pinotالصورة الرمزية لـ apache

    apache/pinot

    6,098عرض على 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
    عرض على GitHub↗6,098
  • dbeaver/cloudbeaverالصورة الرمزية لـ dbeaver

    dbeaver/cloudbeaver

    4,951عرض على GitHub↗

    CloudBeaver is a web-based database manager and cloud database IDE that provides a centralized browser interface for administering SQL and NoSQL databases. It functions as a multi-database administration tool and an RBAC database access gateway, allowing users to manage diverse relational and document-based database engines through a single server-based installation. The platform distinguishes itself by integrating an artificial intelligence assistant for natural language SQL generation and optimization. It further supports collaborative data engineering by coordinating database operations ac

    TypeScriptcloudcloud-database-managerdatabase
    عرض على GitHub↗4,951
عرض جميع البدائل الـ 30 لـ Sql Studio→

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

ما هي وظيفة frectonz/sql-studio؟

SQL Studio هي منصة إدارة قواعد بيانات قائمة على الويب مصممة لتوفير واجهة موحدة للتفاعل مع محركات قواعد بيانات علائقية متعددة وتنسيقات ملفات منظمة. تعمل كعميل شامل يتيح للمستخدمين تصفح سجلات قاعدة البيانات، وفحص بيانات المخطط الوصفية، وتنفيذ استعلامات مخصصة من خلال لوحة تحكم مركزية.

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

الميزات الرئيسية لـ frectonz/sql-studio هي: Multi-Engine Database Administration Clients, Database Abstraction Layers, Relational Database Connectors, SQL Database Connectivity, SQL Database Management, SQL Query Editors, SQL Query Execution, Grid View Browsings.

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

تشمل البدائل مفتوحة المصدر لـ frectonz/sql-studio: datlechin/tablepro — TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL… jorgerojas26/lazysql — LazySQL is a terminal user interface database manager and SQL client. It functions as a query runner and connection… apache/pinot — Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It… heidisql/heidisql — A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL, SQLite, Interbase and Firebird, written in… dbeaver/cloudbeaver — CloudBeaver is a web-based database manager and cloud database IDE that provides a centralized browser interface for… outerbase/studio — Studio is a containerized SQL database management tool that provides a browser-based graphical interface for executing…

مجموعات مختارة تضم Sql Studio

مجموعات منسقة بعناية يظهر فيها Sql Studio.
  • واجهات إدارة قواعد البيانات عبر الطرفية
  • مديرو قواعد بيانات MySQL ذاتيو الاستضافة
  • واجهة ويب لإدارة قواعد البيانات