Commit Graph

24 Commits

Author SHA1 Message Date
Sugar ac76aadbed
修复:避免在连接导出和日志中泄露敏感信息 / avoid leaking connection credentials in exports and logs (#16)
* fix: redact ssh password from connection exports

* test: cover redacted connection targets

* fix: avoid logging connection credentials

* fix(redis): support stream value preview
2026-04-30 15:44:53 +08:00
Yikuanzz 9e58fefab8
fix(mysql): 查询结果中正确序列化 DATETIME 等时间类型,避免显示为 null (#20) 2026-04-30 15:40:40 +08:00
t8y2 62ae308914 fix(sqlserver): support TLS fallback, TOP syntax, and schema browsing 2026-04-30 14:36:31 +08:00
t8y2 4ef13e68c4 feat(connection): add compatible driver profiles 2026-04-30 14:00:59 +08:00
t8y2 1a60c5b7ac feat(connection): add connection colors and database tab labels 2026-04-30 13:18:15 +08:00
t8y2 5c546f68af feat(redis): implement pagination for Redis key scanning and enhance UI for loading more keys 2026-04-30 13:04:48 +08:00
t8y2 19f138ad22 feat: update version to 0.2.0 and enhance ConnectionTree component with search functionality 2026-04-30 12:32:53 +08:00
t8y2 c563d4fee1 chore: bump version to 0.2.0 2026-04-30 11:41:09 +08:00
t8y2 1fb5d2bff1 fix(mysql): handle large numeric display and edit saves 2026-04-30 11:24:47 +08:00
t8y2 b325cc50c4 feat: add SSL/TLS support for Redis connections and update related configurations 2026-04-30 11:01:14 +08:00
t8y2 cd273441a3 feat: add execute_batch command for executing multiple SQL statements in a single call 2026-04-30 09:42:34 +08:00
t8y2 125793bd62 feat: refactor Oracle database handling to use OracleClient instead of OraclePool 2026-04-30 09:26:24 +08:00
t8y2 11e96a96e6 feat: add percent-encoding for connection URL parameters 2026-04-30 09:23:23 +08:00
t8y2 2e971ce152 feat: add Oracle database support 2026-04-30 04:28:33 +08:00
t8y2 2ab2a81e19 feat: add get_table_ddl command and integrate DDL functionality in DataGrid 2026-04-30 02:12:27 +08:00
t8y2 f16e9a9ae7 fix: update MySQL connection string to include SSL mode preference 2026-04-29 23:09:45 +08:00
t8y2 20546d6c71 feat: add tauri-plugin-shell and update permissions for shell access 2026-04-29 22:25:28 +08:00
t8y2 e05075bb24 feat: add database workspace dashboard with stats and quick actions 2026-04-29 21:46:24 +08:00
t8y2 ccb3667a0c feat: Enhance AI Assistant with new actions and context handling 2026-04-29 21:32:35 +08:00
t8y2 d26173e0eb feat: auto-scroll to bottom when adding a new row in DataGrid 2026-04-29 20:49:13 +08:00
t8y2 3e1ab0b3a4 feat: add SSH password authentication support 2026-04-29 20:36:07 +08:00
t8y2 61e7e5082b perf: optimize release binary size
- Remove unused clickhouse crate (using reqwest HTTP API instead)
- Add release profile: strip, LTO, codegen-units=1, opt-level=s
2026-04-29 18:55:18 +08:00
t8y2 66b91d06bb feat: enhance loading experience and update window visibility settings 2026-04-29 18:33:41 +08:00
t8y2 b2e6dfad7e feat: initial release
Multi-database management tool built with Tauri + Vue 3.
Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server.
2026-04-29 18:09:23 +08:00