SQL Simulator
JSON →SQL Simulator is a JavaScript library that parses SQL DDL queries (CREATE, ALTER, DROP) for tables and enum types, producing an AST representing the datastore schema. Current version 0.54.0 is in active development with frequent releases. Unlike full SQL parsers, it focuses solely on schema-defining statements, making it lightweight for code generation, schema comparison, and migration tooling. It supports CREATE/ALTER/DROP TABLE and TYPE (enums only), but not indexes, triggers, or functions. Parser output is structured as an object with database, schemas, and tables.
Traffic · last 30 days stale · no recent hits
total hits 7
actors 2 distinct systems
last hit 17d ago AhrefsBot
top countries 🇸🇬 Singapore · 🇺🇸 United States · 🇨🇦 Canada
Resources
packagesql-simulator ↗