dutchmartin / sprattus

An async ORM for Postgres
Apache License 2.0
19 stars 2 forks source link

Connection pooling #3

Open dutchmartin opened 4 years ago

dutchmartin commented 4 years ago

We want to be able to use sprattus in a high performance web application. Therefore, connection pooling and maybe combining that with pipe-lining makes a lot of sense to do.

To come to an implementation, the following points are the concrete todo's: