devcourse_skeleton

JSON →
library 0.0.11 ·javascript
verified Jun 5, 2026

devcourse_skeleton is a lightweight Node.js package for dynamically generating SQL queries (SELECT, INSERT, UPDATE, DELETE) with support for subqueries via a literalize helper. Current version 0.0.11, released as an early-stage project with no recent updates. It provides validation and error handling for query inputs. Unlike full ORMs like Sequelize or TypeORM, it focuses on simple string-building with safety checks, suitable for small projects or learning SQL generation. However, the package is minimal, lacks TypeScript support, and has no clear release cadence.