Am 23.07.2017 um 09:00 schrieb John:

Hi everybody, I am new to D and I was experimenting with vibe.d and I wanted to use an orm with mysql. I found hibernateD and I was wondering if anyone in this forum has used this package with vibe.d.
I just want to know how I can share and access the connection in every route.

HibernateD uses mysql-native for its MySQL driver, which works natively
with vibe.d. By a quick look, it also seems like it creates a connection
pool internally, so sharing objects between tasks should just work™
(disclaimer: I have no actual experience with HibernateD).