0.54.0 • Published 7 years ago

sql-simulator v0.54.0

Weekly downloads
35
License
MIT
Repository
-
Last release
7 years ago

SQL Simulator

Simulates SQL queries to create an AST of your datastore. SQL Simulator tries to parse all CREATE, ALTER and DROP queries.

  • CREATE TABLE: supported.
  • ALTER TABLE: supported.
  • DROP TABLE: supported.

  • CREATE TYPE: only enumerated types are supported.

  • ALTER TYPE: only enumerated types are supported.
  • DROP TYPE: supported.

  • CREATE INDEX: not supported yet. Please note: table constraints are supported.

  • CREATE TRIGGER: not supported yet.
  • CREATE FUNCTION: not supported yet.
0.54.0

7 years ago

0.53.0

7 years ago

0.52.0

7 years ago

0.50.0

7 years ago

0.49.0

7 years ago

0.48.0

7 years ago