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
·

1 repositorio

Awesome GitHub RepositoriesSQL Execution Interfaces

Interfaces that allow executing SQL statements directly via HTTP requests.

Distinct from HTTP-to-SQL Mappers: Distinct from HTTP-to-SQL Mappers by focusing on the execution interface rather than the translation layer.

Explore 1 awesome GitHub repository matching data & databases · SQL Execution Interfaces. Refine with filters or upvote what's useful.

Awesome SQL Execution Interfaces GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rqlite/rqliteAvatar de rqlite

    rqlite/rqlite

    17,586Ver en GitHub↗

    rqlite is a distributed relational database that replicates SQLite data across a cluster using the Raft consensus algorithm. It functions as a fault-tolerant storage system that provides high availability and a web API for executing SQL queries and managing relational data without requiring native database drivers. The system distinguishes itself by using an HTTP SQL interface to expose database operations and cluster management. It features a real-time change data capture stream that pushes database mutations to external HTTP endpoints via webhooks and supports the scaling of read throughput

    Provides a web API for executing read and write SQL statements without requiring native database drivers.

    Goconsensusdatabasedistributed-database
    Ver en GitHub↗17,586
  1. Home
  2. Data & Databases
  3. HTTP-to-SQL Mappers
  4. SQL Execution Interfaces