1 مستودع
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.
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.