Skip to content

Commit 0590615

Browse files
docs: document Preferences in user guide
1 parent 022323a commit 0590615

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/user-guide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
- **Connection list and settings**: local SQLite (`querya.db` under the app support directory).
1313
- **Passwords / connection strings**: OS secure store (see [security.md](security.md)).
1414

15+
## Preferences
16+
17+
Open **Edit → Preferences…** to change options that apply across the app:
18+
19+
- **SQL statement timeouts** (PostgreSQL and MySQL) — **global** defaults for every connection of that type, not per-server. You can still change the timeout from the SQL workspace toolbar; both places stay in sync.
20+
- **Max rows in results** — how many rows are loaded into the grid after running a query (large results may be truncated with a status message).
21+
- **SQL editor font size** — monospace size in the query editor.
22+
23+
Preferences (except secrets) live in the same local SQLite file as connection metadata. A **settings** icon next to the statement timeout in the PostgreSQL/MySQL SQL toolbar opens the same dialog.
24+
1525
## Driver manager
1626

1727
**Connection → Driver Manager** lists **built-in** Dart drivers. You do **not** need to download a JDBC JAR to connect.

0 commit comments

Comments
 (0)