Rust ORM
- Diesel is a Safe, Extensible ORM and Query Builder for Rust
- 仕事で使っている。だいたい良い。
- 同期処理。ただ、それで性能の問題は起きていない。
- メソッド名とそのインターフェースが直感的でない
- Async I/O · Issue #399 · diesel-rs/diesel
- Async I/O · Issue #399 · diesel-rs/dieselWith futures-rs and tokio the Rust ecosystem recently got a whole new chapter in the async IO story. It would be pretty great for diesel to work with this as well. From an enduser standpoint, a str...
github.com
- Async I/O · Issue #399 · diesel-rs/dieselWith futures-rs and tokio the Rust ecosystem recently got a whole new chapter in the async IO story. It would be pretty great for diesel to work with this as well. From an enduser standpoint, a str...
github.com
- Async I/O · Issue #399 · diesel-rs/dieselWith futures-rs and tokio the Rust ecosystem recently got a whole new chapter in the async IO story. It would be pretty great for diesel to work with this as well. From an enduser standpoint, a str...
github.com
- Async I/O · Issue #399 · diesel-rs/dieselWith futures-rs and tokio the Rust ecosystem recently got a whole new chapter in the async IO story. It would be pretty great for diesel to work with this as well. From an enduser standpoint, a str...
github.com
- Async I/O · Issue #399 · diesel-rs/dieselWith futures-rs and tokio the Rust ecosystem recently got a whole new chapter in the async IO story. It would be pretty great for diesel to work with this as well. From an enduser standpoint, a str...
github.com
- Async I/O · Issue #399 · diesel-rs/dieselWith futures-rs and tokio the Rust ecosystem recently got a whole new chapter in the async IO story. It would be pretty great for diesel to work with this as well. From an enduser standpoint, a str...
github.com
- Async I/O · Issue #399 · diesel-rs/dieselWith futures-rs and tokio the Rust ecosystem recently got a whole new chapter in the async IO story. It would be pretty great for diesel to work with this as well. From an enduser standpoint, a str...
github.com
- Compare with Diesel | SeaORM 🐚 An async & dynamic ORM for Rust
While using async may not offer you better performance today,
- Async I/O · Issue #399 · diesel-rs/dieselWith futures-rs and tokio the Rust ecosystem recently got a whole new chapter in the async IO story. It would be pretty great for diesel to work with this as well. From an enduser standpoint, a str...
- SeaORM 🐚 An async & dynamic ORM for Rust
- 非同期。
- migration のやり方が好きではない。
- migration には素の SQL を使いたい。
- カラム定義を細かく書くなら素の SQL のほうが良い。
- migration には素の SQL を使いたい。