VLS MySQL
JSON →VLS MySQL is a lightweight TypeScript-native MySQL client for Node.js that provides a simple, promise-based API for executing queries and managing connections. Version 1.5.0 is the latest stable release, with periodic updates focused on reliability and compatibility. It differentiates itself by offering full TypeScript support out of the box, including generic query results, and a minimalistic design without unnecessary abstractions. Unlike heavier ORMs or legacy callback-based drivers, VLS MySQL focuses on direct SQL execution with type safety, making it suitable for projects that prefer raw SQL with typed returns.
Resources
packagevls-mysql ↗