ORM and Query Building in Rust

Bhagvan Kommadi15 minutes

Rust based ORMs can be used to compose CQL queries safely to interact with databases like ScyllaDB and improve productivity. Developers can avoid runtime errors by catching them on compilation time. Zero cost abstractions are possible because the focus is on Rust Language not CQL. It helps the developers to build web services in Rust which can join, filter, sort and paginate data in APIs and improve reuse.

Share this

Video Slides