MySQL Administrative SQL Generator

JSON →
library 0.1.1 ·javascript
verified Jun 5, 2026

A library for generating MySQL administrative SQL statements such as CREATE DATABASE, CREATE ROLE, CREATE USER, and GRANT. Version 0.1.1 is the only release; no further updates have been made. It is similar to Squel but for DDL/DCL statements. Unlike ORMs that expect roles/users/databases to exist already, this library provides an API to generate these statements programmatically, with proper escaping and support for browser environments.