kolharsam / graphql-engine-rs

UNOFFICIAL - The Hasura GraphQL Engine - in Rust
GNU General Public License v3.0
9 stars 1 forks source link

db: use a connection pool for running queries #29

Closed kolharsam closed 3 years ago

kolharsam commented 3 years ago

resolves #19

creating a new client for each new request that comes in is expensive and inefficient. this is one of the ways we can make this slightly better.