A CLI tool for writing MySQL functions and procedures on the command line and uploading them to a MySQL server. Version 0.2.4, low release cadence (last update likely older). Differentiates by offering a simple file-based workflow with a JSON config and optional file watching, aimed at developers who prefer editing SQL functions in files rather than via GUI tools. Minimal dependencies, no active development observed.
npm install procedural-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a config file, an SQL function file, and uploads all functions to the MySQL server using the CLI.
Consider alternatives like 'db-migrate' or writing custom scripts with mysql2.
Ensure the config file is named 'procedural-mysql.config.json' or specify correct path with -c option.
Backup existing functions before using -g.
Run 'npm install -g procedural-mysql' or use 'npx procedural-mysql'.
Create a config file named 'procedural-mysql.config.json' in the project root or specify correct path with -c.
No dependency data recorded yet.