catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

Is medoo thread safe ? #906

Closed mybouhssina closed 3 years ago

mybouhssina commented 4 years ago

I'm wondering if Medoo is thread safe, because I'm thinking about including it in a singleton class to avoid having a connection created for each request. Thank you.

catfan commented 4 years ago

Well, this is not relative about Medoo. This is about your PHP version.

arcanisgk commented 4 years ago

this is relative to Medoo; some query need to implement some security at real time build...