Sync MySQL Database Wrapper

JSON →
library 2.3.4 ·javascript
verified Jun 5, 2026

Synchronous MySQL database manager built on top of sync-mysql. Current stable version is 2.3.4. Provides a class hierarchy for synchronous database operations including table creation from JSON schema, query building with insert/select/get methods, and is designed for Node.js. Differentiates from async drivers by offering blocking calls, suitable for scripts and CLIs. Requires auth.json with database field and structure.json for table definitions. Release cadence is sporadic.