Hacker News new | ask | show | jobs
by mritchie712 1507 days ago
Why did you decide not to connect to the database and pull the schema info automatically? If you don't want to connect, you could write a query against the information_schema to give to your users to run and paste the results back into craft.
1 comments

The primary reason was that this was built in one weekend! The information_schema query is a great idea actually, I'll build that in -- thank you!
Wow , a lot got done in one weekend. Could you please share which framework/libraries/tools you use to build it ?
Thanks! Frontend: React/Redux and React Flow (for the graph) Backend: Node and Knex.js (for the query generation)