aantron / dream

Tidy, feature-complete Web framework

Home Page:https://aantron.github.io/dream/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow accessing the SQL pool from outside Dream

MarcCoquand opened this issue · comments

Heya!

If you have background jobs/tests et.c., it can be really nice to be able to access the same pool that is used by Dream.

Currently, AFAIK there is no real way to access that same pool, which might lead to concurrency issues.