Getting Started
This path gets a new user from install to a successful query without reading the architecture notes.
Install
Download the current desktop build from https://github.com/hjosugi/irodori-table/releases. The Linux build is the most actively exercised preview target.
For source builds, use the platform development guide for your OS instead of the desktop install guide: Windows, macOS, or Linux.
Create A Connection
- Open the connection manager.
- Choose a database engine.
- Enter host, port, database, user, and authentication details.
- Use the diagnostic or test action before saving.
Secrets are stored through the local OS credential store where supported. Export connection definitions without secrets when sharing project setup.
Run The First Query
- Open a SQL editor tab bound to the saved connection.
- Type a query such as
select 1;. - Run the current statement or selected text.
- Cancel from the running-query control if the statement takes too long.
The editor is local-first. SQL is inserted, formatted, or generated in the editor first; it is not sent to a database until you run it.
Read Results
Results appear in the result grid. Use copy/export for a selected range or the current page, switch result modes when available, and keep large exports bounded by using the export flow instead of copying an entire result set.
Next reads: