juniper-example-todo-backend icon indicating copy to clipboard operation
juniper-example-todo-backend copied to clipboard

rocket/r2d2 example

Open priezz opened this issue 8 years ago • 0 comments

Hello,

Thank you for this example repo!

I have managed to adopt it to use with Rocket instead of Iron. However I fail to make use of r2d2 for connection pooling. Could you please provide some example?

The problem is that I collect PooledConnection type from the Rocket context, but not the SqliteConnection needed to run the queries.

priezz avatar Jun 22 '17 17:06 priezz