Graphul is an Express inspired web framework using a powerful extractor system. Designed to improve, speed, and scale your microservices with a friendly syntax, Graphul is built with Rust. that means Graphul gets memory safety, reliability, concurrency, and performance for free. helping to save money on infrastructure.
20 upvotes路4 comments路33.7K views
Interesting. What would you recommend for database access with graphul ?
There is an example using Postgres https://github.com/graphul-rs/graphul/blob/main/examples/sqlx-postgres/src/main.rs
but you can use whatever database you want, just make sure to share the connection with Graphul::share_state(db)