beekeeper-studio/beekeeper-studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
bigquerycassandracockroachdbdatabaseelectronfirebirdlinux-appmac-appmariadbmssqlmysqlpostgresqlsqlsql-serversqlitewindows-app
First Claude commit: Apr 17, 2026Last Claude commit: 1mo agoDiscovered: May 12, 2026
Recent Claude Commits
chore: ignore *.duckdb files generated by integration tests
da2caac1mo agoauthor_emailtest: add integration tests for Cassandra rename and DuckDB addColumn bugs
47dca961mo agoauthor_emailfix: two silent bugs in SQL change builders
394d19b1mo agoauthor_emailMake settingKey contract explicit in code + docs
706cbaf1mo agoauthor_emailAddress PR review: simplify provider registration and document it
5841e0a1mo agoauthor_emailMerge remote-tracking branch 'origin/master' into feat/driver-dep-auto-download
01484271mo agoauthor_emailfix: don't navigate pages when editing a cell or JSON sidebar
bff29bd1mo agoauthor_emailtest(autocomplete): add more regression tests; fix multi-line position check
be3db7a1mo agoauthor_emailfix(autocomplete): suggest columns for quoted tables and joins
dd77a6f1mo agoauthor_emailrevert(ssh): keep 'agent' as wire format, only relabel UI to Automatic
a8a5e251mo agoauthor_emailui(ssh): use --brand-success/--brand-danger theme vars for status icons
d6dc9f51mo agoauthor_emailui(ssh): drop first-person narration from tooltips, document style
5a1d7d71mo agoauthor_emailui(ssh): diagnostic tooltip for missing default key + doc updates
0c9d8c71mo agoauthor_emailui(ssh): show auth chain order in auto-mode status row
5b094ce1mo agoauthor_emailui(ssh): show auth order under auto-mode status indicators
c18f54a1mo agoauthor_emailui(ssh): subtle accent border on bastion-host content
f5546631mo agoauthor_emailui(ssh): mark Port fields optional with placeholder 22
128ad271mo agoauthor_emailui(ssh): add agent/ssh-config status indicators and label tooltips
3c30cb01mo agoauthor_emailui(ssh): trim helper text in connection form, tighten alert code spacing
7f80d871mo agoauthor_emailfeat(ssh): rename SSH Agent mode to Automatic, only auto uses ssh-config keys
43f2bf41mo agoauthor_emailfeat(ssh): mirror OpenSSH agent + IdentityFile fallback and IdentitiesOnly
3c8a0911mo agoauthor_emailfix(ssh): skip ~/.ssh/config IdentityFile in agent mode
0cd0bc71mo agoauthor_emaildocs(ssh): document ~/.ssh/config support and precedence order
496af9d1mo agoauthor_emailfix(ssh): apply ~/.ssh/config across all SSH auth modes
5ee1abe1mo agoauthor_emailtest: align ssh-agent integration spec with ssh.spec.js conventions
59403311mo agoauthor_emailtest: cover SSH agent regression from #4193
0f2f1e91mo agoauthor_emailfix: don't read SSH private key file when SSH agent mode is enabled
7dd38381mo agoauthor_emailSync used_connection on reconnect, prefer saved_connection for display
f978e771mo agoauthor_emailAdd failing test for used_connection stale-data bug
43625311mo agoauthor_emailtest: split safeOpenExternal into pure predicate + wrapper for exhaustive tests
75fd3d51mo agoauthor_emailfix: centralize shell.openExternal in safeOpenExternal + lint guard
2b4a2661mo agoauthor_emailfix: validate URL protocol before shell.openExternal to block plugin RCE
64ebcfa1mo agoauthor_emailtest: exercise appdb/saved/save handler with empty-name connections
ba3b5c51mo agoauthor_emailvalidate saved connection name to prevent empty entries (#4151)
f7504da1mo agoauthor_emailfix: include PKs in demo query so Edit Data works
9bf5d911mo agoauthor_emailFix broken logo in onboarding welcome notification
7c312131mo agoauthor_emailprevent duplicate folder names for connections and queries
311a24d1mo agoauthor_emailremove beta/alpha designation from MongoDB driver
d8dfae11mo agoauthor_emailchore: upgrade sql-formatter to 15.7.3
b709cb51mo agoauthor_emailadd ANSI-SQL default wrapIdentifier and common schema-filter integration tests
b9832711mo agoauthor_emailfix: pass wrapIdentifier to buildSchemaFilter in commercial clients
c505b261mo agoauthor_emailtest(mssql): assert columns/rows on dotted-name fixtures
bc66e4b1mo agoauthor_emailtest(mssql): add integration test for dotted table names (#3722)
87f774a1mo agoauthor_emailfix(mssql): bracket-wrap qualified names so dotted table names aren't mis-split
d84ba9e1mo agoauthor_emailfix: require dialect-aware wrapIdentifier for schemaField in buildSchemaFilter
61913d21mo agoauthor_emailfix(mysql): strip CHARACTER SET and COLLATE from non-string ALTER
513a0111mo agoauthor_emailfix: require dialect-aware wrapIdentifier for databaseField in buildDatabaseFilter
3b813c22mo agoauthor_emailfix: escape single quotes in buildDatabaseFilter
98b8d5d2mo agoauthor_email