lujcheng / My-Schema-QL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mySchemaQL

Demo
This is a single page app use to create Entity-Relationship-Diagrams, where data takes the form of tables. You can write SQL queries on this data and receive immediate feedback on the results of your query.

alt-click to create arrows

npm run react

npm run react in CLI to start app

Bugs and missing features

  • moving tables while the table Title input field is selected will cause tables to be deleted
  • we do not currently have the ability to delete tables, or create/delete columns, or create rows after tables are created
  • Our raw SQL query code that is displayed under the query fields may not be correct

Dependencies

  • @ajainarayanan/react-pan-zoom
  • bulma-carousel
  • react
  • react-draggable
  • react-lineto
  • react-validation
  • socket.io

About


Languages

Language:JavaScript 82.0%Language:HTML 12.3%Language:CSS 5.7%