OraCore · Topic ·tools

用 Actix、SQLx、Postgres 做 Rust …

Rust 後端常見組合是 <a href="https://actix.rs/" target="_blank" rel="noopener">Actix Web</a>、<a href="https://github.com/launchbadge/sqlx" target="_blank" rel="noopener">SQLx</a> 和 <a href="https://www.postgresql.org/" target="_blank" rel="noopener">PostgreSQL</a>。這套組合主打 async、編譯期 SQL 檢查,還有小體積 Docker 映像,適合直接上線。

1 articles in this thread ·Last updated 19h ago·First seen Jul 5, 2026

時間軸

  1. Rust 後端常見組合是 <a href="https://actix.rs/" target="_blank" rel="noopener">Actix Web</a>、<a href="https://github.com/launchbadge/sqlx" target="_blank" rel="noopener">SQLx</a> 和 <a href="https://www.postgresql.org/" target="_blank" rel="noopener">PostgreSQL</a>。這套組合主打 async、編譯期 SQL 檢查,還有小體積 Docker 映像,適合直接上線。