sql-protobuf Convert a SQL CREATE TABLE statement into a protobuf schema. Parsing SQL with regex has been called 'almost impossible' -- but I like to think we can cover over 90% of the cases. There might be bugs. If this has trouble with a functioning SQL CREATE TABLE statement, let's try to fix it. $ npm install -g sql-protobuf Yes, this successfully handles: Multiple CREATE TABLE statements in o
