CLI and Node.js tool to convert MySQL CREATE TABLE statements to Protocol Buffers .proto files. Current stable version 1.0.16, maintained but low release cadence (last update 2018). No differentiators as a straightforward single-purpose converter; alternatives exist as part of larger schema conversion suites.
npm install mysql-protobufNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Converts a SQL CREATE TABLE string to a .proto message definition.
Manually edit generated proto to handle unsupported types.
Consider alternative tools like sql-to-proto or manual conversion.
Install locally: `npm install mysql-protobuf` and use relative path.
Use `const convert = require('mysql-protobuf')`No dependency data recorded yet.