fc-sql

JSON →
library 0.43.0 ·javascript
verified Jun 5, 2026

A simple SQL framework for Node.js currently at version 0.43.0. Provides a lightweight, promise-based abstraction over raw SQL execution with classes for CRUD operations (SQLAdder, SQLSearcher, SQLModifier, SQLRemover), transaction management, and bulk inserts. Ships TypeScript definitions. Primarily designed for server-side use with MySQL/MariaDB. Release cadence is irregular. Lacks built-in connection pooling or ORM mapping, making it a thin wrapper for developers who prefer direct SQL control with minimal overhead.