awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 रिपॉजिटरी

Awesome GitHub RepositoriesSQL Database Connectors

Drivers and utilities for querying relational databases.

Distinguishing note: Focuses on database connectivity and query execution.

Explore 13 awesome GitHub repositories matching data & databases · SQL Database Connectors. Refine with filters or upvote what's useful.

Awesome SQL Database Connectors GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • pandas-dev/pandaspandas-dev का अवतार

    pandas-dev/pandas

    49,039GitHub पर देखें↗

    Pandas is a high-performance data analysis library that provides a comprehensive framework for manipulating, cleaning, and transforming structured datasets. It centers on labeled one-dimensional and two-dimensional data structures, allowing users to construct, filter, and reshape tabular information while performing complex arithmetic and logical operations. The library distinguishes itself through a sophisticated indexing engine that enables automatic data alignment during calculations and relational merges. By utilizing a block-based memory layout, it optimizes cache locality for vectorized

    Retrieves and writes data to relational databases using flexible query execution.

    Pythonalignmentdata-analysisdata-science
    GitHub पर देखें↗49,039
  • appsmithorg/appsmithappsmithorg का अवतार

    appsmithorg/appsmith

    40,051GitHub पर देखें↗

    Appsmith is a low-code platform designed for building internal business tools, such as operational dashboards and administrative panels. It enables developers to construct dynamic user interfaces by dragging and dropping modular widgets onto a canvas and binding them directly to backend data sources. The platform utilizes a reactive framework that automatically updates interface elements and triggers functions whenever underlying data or widget properties change, eliminating the need for manual event handling. The platform distinguishes itself through a server-side proxy architecture that exe

    Retrieves, filters, inserts, and updates records in SQL databases using standard query clauses to manage relational data.

    TypeScriptadmin-dashboardadmin-panelsapp-builder
    GitHub पर देखें↗40,051
  • searxng/searxngsearxng का अवतार

    searxng/searxng

    32,180GitHub पर देखें↗

    This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web, academic, and media sources into a single, unified interface. By acting as a proxy between the user and external search providers, it strips identifying headers and tracking parameters from requests, ensuring that search activity remains anonymous and protected from third-party profiling. The platform distinguishes itself through a modular, plugin-based architecture that allows for extensive customization of search behavior, result filtering, and interface branding. It supports a

    Connects relational databases to retrieve and display custom data alongside search results.

    Pythonbingbravedegoogle
    GitHub पर देखें↗32,180
  • marimo-team/marimomarimo-team का अवतार

    marimo-team/marimo

    21,468GitHub पर देखें↗

    Marimo is a reactive Python notebook environment and data science integrated development environment. It functions as a scripting tool that maintains state consistency by automatically tracking variable dependencies and re-executing downstream code blocks whenever upstream inputs are modified. The platform distinguishes itself by storing notebooks as standard, portable Python scripts rather than proprietary formats, ensuring compatibility with version control systems. It integrates artificial intelligence to assist with code generation and debugging based on the current execution context, whi

    Integrates SQL database querying directly into the execution workflow for programmatic data manipulation.

    Pythonartificial-intelligencedagdata-science
    GitHub पर देखें↗21,468
  • launchbadge/sqlxlaunchbadge का अवतार

    launchbadge/sqlx

    16,630GitHub पर देखें↗

    This toolkit provides an asynchronous interface for interacting with relational databases, offering a unified driver-agnostic layer for managing connection pools and executing transactions. It is designed to integrate with asynchronous runtimes, enabling non-blocking database operations while maintaining secure, encrypted communication between the application and the database server. The project distinguishes itself through its compile-time validation capabilities, which use procedural macros to inspect SQL syntax and parameter types against a live database schema during the build process. Th

    Provides a comprehensive asynchronous SQL toolkit featuring compile-time validation and type-safe row mapping.

    Rustasyncawaitmariadb
    GitHub पर देखें↗16,630
  • go-sql-driver/mysqlgo-sql-driver का अवतार

    go-sql-driver/mysql

    15,424GitHub पर देखें↗

    This project is a native Go driver for the MySQL protocol, providing a communication layer that enables applications to interact with relational database management systems. It implements the standard database interface, allowing developers to manage persistent connections, execute queries, and handle transactions within their applications. The driver functions by translating high-level database commands into the specific binary packet format required for communication with MySQL servers. It manages network sessions through a connection pooling mechanism and supports context-aware query cance

    Implements the standard database interface to facilitate structured data access and interaction with relational databases.

    Godatabasegomariadb
    GitHub पर देखें↗15,424
  • effect-ts/coreEffect-TS का अवतार

    Effect-TS/core

    14,618GitHub पर देखें↗

    This project is a functional programming library and toolkit for building production TypeScript applications. It provides a system for managing concurrency, error handling, and resource lifecycles using functional effects. The project distinguishes itself through a comprehensive suite of specialized toolkits, including a dependency injection framework for decoupling service implementations, a workflow orchestrator for coordinating durable processes, and a SQL database toolkit for consistent data operations across multiple dialects. It also implements an OpenTelemetry instrumentation library f

    Offers a type-safe SQL toolkit for executing data operations consistently across multiple database dialects.

    TypeScript
    GitHub पर देखें↗14,618
  • sqlalchemy/sqlalchemysqlalchemy का अवतार

    sqlalchemy/sqlalchemy

    11,612GitHub पर देखें↗

    SQLAlchemy is a comprehensive Python SQL toolkit and object-relational mapper that provides a full suite of tools for interacting with relational databases. It serves as a foundational layer for database connectivity, offering both a high-level object-oriented interface for data persistence and a programmatic SQL expression language for constructing complex, dialect-agnostic queries. The project distinguishes itself through its sophisticated unit of work persistence, which coordinates atomic transactions and tracks object state changes to minimize redundant database operations. It provides a

    Provides a comprehensive library for interacting with relational databases using object-oriented patterns and a powerful SQL expression language.

    Pythonpythonsqlsqlalchemy
    GitHub पर देखें↗11,612
  • seaql/sea-ormSeaQL का अवतार

    SeaQL/sea-orm

    9,410GitHub पर देखें↗

    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

    Provides a comprehensive asynchronous SQL toolkit for type-safe mapping and query execution.

    Rustdatabasehacktoberfestloco
    GitHub पर देखें↗9,410
  • pymysql/pymysqlPyMySQL का अवतार

    PyMySQL/PyMySQL

    7,842GitHub पर देखें↗

    PyMySQL is a MySQL database connector and SQL database driver for Python environments. It serves as a client library that enables Python applications to establish network connections and interact with MySQL database servers. The library is a pure Python implementation of the MySQL client-server wire protocol. This design allows for MySQL integration and data management without requiring native C extensions. The project provides capabilities for database connectivity, query execution, and secure access control. It follows the DB-API 2.0 specification to provide a consistent interface for mana

    Acts as a low-level interface for executing SQL queries and managing data transactions.

    Pythonmysqlpython
    GitHub पर देखें↗7,842
  • timescale/pgaitimescale का अवतार

    timescale/pgai

    5,802GitHub पर देखें↗

    pgai is a PostgreSQL AI toolkit and framework designed to integrate large language models and vector embeddings directly into a database. It serves as a bridge for executing machine learning model requests and performing text-to-SQL translations within standard database queries. The project provides an automated vector embedding pipeline that handles the loading, parsing, and chunking of text from tables and unstructured documents. This system utilizes a background worker to synchronize embeddings automatically as source data changes and includes specialized tools for building retrieval-augme

    Enables executing external machine learning model requests and text-to-SQL translations directly within standard database queries.

    PLpgSQL
    GitHub पर देखें↗5,802
  • sidorares/node-mysql2sidorares का अवतार

    sidorares/node-mysql2

    4,369GitHub पर देखें↗

    This project is a MySQL database driver for Node.js that establishes network connections and executes SQL queries using a native communication protocol. It functions as an asynchronous SQL client, providing a promise-based query interface and support for async/await patterns to manage non-blocking database operations. The library includes a full MySQL protocol implementation, serving as a toolkit for building custom database servers, proxies, or clients. It also operates as a connection pool manager and an injection prevention tool, utilizing prepared statements and parameterized queries to s

    Provides a database interface with promise-based query execution and async/await support.

    TypeScript
    GitHub पर देखें↗4,369
  • sfu-db/connector-xsfu-db का अवतार

    sfu-db/connector-x

    2,561GitHub पर देखें↗

    Connector-X is a high-performance SQL data extraction library and bridge for transferring relational database records into memory-efficient data structures. It functions as a parallel database connector and federated query engine capable of executing and joining queries across multiple remote database connections to aggregate data locally. The project distinguishes itself through a zero-copy approach to data loading, which transfers SQL query results into memory structures without duplicating data. It maximizes throughput by partitioning SQL queries into threads, employing parallel columnar a

    Provides a parallel database connector that partitions SQL queries into threads to maximize extraction throughput.

    Rustcppdatabasedataframe
    GitHub पर देखें↗2,561
  1. Home
  2. Data & Databases
  3. SQL Database Connectors

सब-टैग एक्सप्लोर करें

  • Asynchronous SQL Toolkits1 सब-टैगLibraries for executing asynchronous SQL queries with compile-time validation and type-safe mapping. **Distinct from SQL Database Connectors:** Distinct from SQL Database Connectors: focuses on the full toolkit experience including compile-time validation and type mapping, not just connectivity.
  • LLM SQL Querying1 सब-टैगConnecting language models to relational databases to retrieve and process data via SQL. **Distinct from SQL Database Connectors:** Specifically enables LLMs to interact with SQL databases, whereas the parent is general query execution.