dbx/crates/dbx-core/src
t8y2 8bea7e40c3 feat(elasticsearch): support REST queries in SQL editor (#132)
Execute GET/POST/PUT/DELETE queries like Kibana Dev Tools.
Search results are displayed as table rows with _id + _source fields.
Also hide database selector for Elasticsearch connections.
2026-05-07 11:41:33 +08:00
..
db feat(elasticsearch): support REST queries in SQL editor (#132) 2026-05-07 11:41:33 +08:00
models feat: add GaussDB ODBC support and flatten connection list 2026-05-07 02:18:20 +08:00
ai.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
connection.rs feat: replace GaussDB ODBC driver with native rust-gaussdb 2026-05-07 03:34:19 +08:00
connection_secrets.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
history.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
lib.rs feat: migrate storage from JSON files to SQLite 2026-05-05 04:48:45 +08:00
mongo_ops.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
query.rs feat(elasticsearch): support REST queries in SQL editor (#132) 2026-05-07 11:41:33 +08:00
query_cancel.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
redis_ops.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
schema.rs feat: replace GaussDB ODBC driver with native rust-gaussdb 2026-05-07 03:34:19 +08:00
sql.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
storage.rs feat(web): add password setup page, change password, and settings tabs 2026-05-05 22:22:04 +08:00
table_import.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
transfer.rs feat(transfer): add upsert mode for data transfer (#105) 2026-05-06 20:44:05 +08:00
types.rs feat: extract dbx-core crate for web deployment support 2026-05-05 03:16:24 +08:00
update.rs feat(update): refactor release fetching to use structured JSON response 2026-05-05 14:40:05 +08:00