FAQ
Frequently asked questions.
Everything you need to know about Relmic. Can't find an answer? Reach out to us.
What is Relmic?
Relmic is a collaborative visual database schema design tool. It lets you design, visualize, and export database schemas using a drag-and-drop editor with support for 8 database management systems.
Is Relmic free to use?
Yes. Relmic is completely free during the public beta. No credit card required.
Which databases does Relmic support?
Relmic supports PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite on all plans. Oracle, BigQuery, and Redshift are available on Organization and Enterprise plans.
Do I need to install anything?
No. Relmic is a web application that runs entirely in your browser. Just sign up and start designing — no downloads or installations required.
Can I collaborate with my team?
Yes. On the Pro plan you can invite editors to your projects. Organization plans add teams, role-based access control, and audit logging for larger teams.
Can I export my database schema?
Yes. Relmic supports exporting to SQL DDL for all 8 supported DBMS, plus Prisma, Drizzle ORM, TypeScript interfaces, JSON Schema, and SQLAlchemy — over 12 formats in total.
Can I import an existing database schema?
Yes. With reverse engineering you can import SQL DDL or Prisma schemas to instantly visualize your existing database. This feature is available on Pro and above.
How does Relmic compare to traditional tools like MySQL Workbench or pgAdmin?
Unlike traditional tools that are tied to a single DBMS, Relmic supports 8 databases in one unified editor. It runs in the browser with no installation, supports real-time collaboration, and exports to modern formats like Prisma and Drizzle ORM.
Is my data secure?
Yes. All data is encrypted in transit and at rest. Relmic uses secure authentication with support for Google, GitHub, and Microsoft SSO. Enterprise plans include SAML SSO and dedicated support SLAs.
Can I generate migration scripts?
Yes. Relmic can compare any two revisions of your schema and generate ALTER statements automatically. This helps you evolve your database safely with proper migration scripts.