BOCOVO / db-schema-visualizer

A Visual Studio Code extension to visualize database schemas as Entity Relationship Diagrams (ERD) from DBML or Prisma files directly within the editor.
MIT License
43 stars 3 forks source link

[Feature Proposal] Ability to save the positions of each table #41

Closed LargatSeif closed 2 months ago

LargatSeif commented 3 months ago

Hey 👋 , First thanks for this great tool 🙏🏻. Can you please add the ability to store somewhere the positions of each table (for example in a layout.json so we can load on each diagram) Thanks in advance.

BOCOVO commented 2 months ago

Hey, this was already done. I've just released it in version 0.1.0 🔥

kiryasolod commented 2 months ago

Thanks for adding this feature, it really helps! But could you consider saving it to a .vscode directory, to some file instead of Local/Session storage of VSCode itself? It would be much more convenient because we could share positions of tables between developers using git, for example