- 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 |
||
|---|---|---|
| .. | ||
| capabilities | ||
| icons | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| build.rs | ||
| tauri.conf.json | ||