Visual schema designer
Local-first · Open-source · Portable .titan.json

Design your database schema visually

Create a portable .titan.json schema, edit it locally, and export developer-ready SQL.

customers
PK id uuidemail text
orders
PK id uuidFK customer_id uuidtotal numeric
order_items
FK order_id uuidquantity integer
Portable schema · PostgreSQL