sqlhabit / sql_schema_visualizer

SQL schema visualisation built with ReactFlow.
https://sqlhabit.github.io/sql_schema_visualizer/
MIT License
167 stars 33 forks source link

Standalone component #9

Closed tflanagan closed 1 year ago

tflanagan commented 1 year ago

Have you given any thought to providing this as an installable, standalone component that can be embedded in another react project?

makaroni4 commented 1 year ago

Hi @tflanagan 👋

Not really tbh, I built the visualizer specifically for SQL Habit. I thought everyone would use it the same way – export their DB schema, add descriptions and publish it as a documentation website.

💡 Visualizer itself is already a React component, it just expects the DB data in a specific format.

Ping me if I can help with anything 🙏