1 repositorio
Database clients that specifically provide promise-wrapped execution for non-blocking SQL operations.
Distinct from Asynchronous SQL Toolkits: Focuses on the client's asynchronous interface rather than a comprehensive toolkit with compile-time validation
Explore 1 awesome GitHub repository matching data & databases · Promise-Based SQL Clients. Refine with filters or upvote what's useful.
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.