Mapping out your application's architecture often starts with the database. Until now, you had to manually draw tables and relationships. With SQL Import, you can now upload your SQL dump files and watch as UiGraph automatically generates a beautiful, interactive diagram of your schema.
Understanding a complex database schema can be daunting. Whether you're onboarding a new developer or planning a new feature, having a visual representation of your tables and their relationships is invaluable.
Simply head over to your dashboard, click on the "SQL Import" icon, and upload your .sql file. Your canvas will be populated with your database tables in seconds.
Check out our SQL Import Guide for more details!
]]>If you've ever struggled with representing "frames inside a frame" or complex UI flows, this update is for you.
Designers often create complex layouts in Figma with nested panels, modals, and variants. When these are exported as flat images, the technical context gets lost. You might know what the screen looks like, but not how the individual components interact or what APIs they call.
With Frame Groups, you can now define specific regions within a frame that act as nested screens.
Stop guessing where a button leads. Map Points allow you to link specific UI elements directly to other maps in your project. It's like a clickable prototype, but powered by your actual project documentation.
Connect the dots between your UI and your code. Pin an Implementation Point to a button to show exactly which API endpoint it hits or which test suite covers its logic.
Ready to level up your mapping? Read the full Points & Pins Guide.
]]>NoSQL is powerful because it's flexible, but that flexibility can make it hard to keep track of your data structures. Our new NoSQL visualization tools help you document your collections and tables with ease.
DynamoDB modeling is notoriously tricky, especially when dealing with Single Table Design. UiGraph now helps you visualize:
Working with MongoDB or other document stores? You can now import a simple JSON schema to visualize your collections and their fields.
By bringing NoSQL into UiGraph, you can now have a single source of truth for your entire data layer, whether it's relational or not.
Dive into the DynamoDB Guide or the Generic NoSQL Guide to learn more.
]]>