Senior Developer at Graphul

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.

READ LESS
GitHub - graphul-rs/graphul: Optimize, speed, scale your microservices and save money 馃挼 (github.com)
20 upvotes4 comments33.7K views
Chop Muse
Chop Muse
December 13th 2022 at 2:05PM

Great one!

Reply
Raul Gil
Raul Gil
November 23rd 2022 at 9:57PM

Interesting. What would you recommend for database access with graphul ?

Reply
SamuelBonilla
SamuelBonilla
November 24th 2022 at 4:13PM

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)

Reply
Raul Gil
Raul Gil
November 25th 2022 at 3:26PM

Thanks Samuel!

Reply
Avatar of SamuelBonilla

SamuelBonilla

Senior Developer at Graphul