juniper-example-todo-backend
juniper-example-todo-backend copied to clipboard
rocket/r2d2 example
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.