dbx/crates/dbx-core
t8y2 e83c335a70 refactor(postgres): replace sqlx with tokio-postgres + deadpool-postgres
- Use client.transaction() for safer transaction handling
- Add prepare_cached for all system queries to enable statement caching
- Use query_raw streaming to avoid buffering large result sets
- Add batch_execute support for bulk DDL scripts
- Add COPY protocol support (copy_in / copy_out) for fast data transfer
- Add pg_quote_ident to prevent SQL injection in SET search_path
- Increase connection pool max_size from 5 to 10
- Fix list_indexes bounds check for expression indexes
2026-05-24 18:53:20 +08:00
..
assets fix(mongo): preserve auth database for commands 2026-05-22 12:44:16 +08:00
src refactor(postgres): replace sqlx with tokio-postgres + deadpool-postgres 2026-05-24 18:53:20 +08:00
tests feat(editor): add SQL semantic diagnostics 2026-05-22 14:22:58 +08:00
Cargo.toml refactor(postgres): replace sqlx with tokio-postgres + deadpool-postgres 2026-05-24 18:53:20 +08:00