Create tables, edit schemas, and insert rows visually — across PostgreSQL, MySQL, SQLite, DuckDB, and MSSQL.
Create new tables directly in the app with a visual form builder. Add columns, pick data types from a database-specific list, set nullability and default values, and designate primary keys — all without writing a single line of DDL. The generated CREATE TABLE statement is previewed before execution so you can verify it.
Modify existing table schemas through a visual interface. Add new columns with type and constraint configuration, rename columns, or drop columns you no longer need. Seaquel generates the appropriate ALTER TABLE statements for each database engine — PostgreSQL, MySQL, SQLite, DuckDB, and MSSQL — handling syntax differences automatically.
Insert new rows inline through a UX that adapts to your table schema. Each field is typed according to its column - text inputs for strings, number fields for integers, date pickers for timestamps. Required fields are clearly marked, default values are pre-filled, and validation runs before submission to catch errors early.
Experience what a database client should feel like. Fast, lightweight, and built with the features you actually need.
Available for macOS, Linux & Windows.