ThreeLetters / SuperSQL

A light, efficient and powerful php sql database framework. Allows you to quickly and securely develop anything using sql databases.
https://threeletters.github.io/SuperSQL/
MIT License
13 stars 5 forks source link

work directly with sql commands #7

Closed gabrielschuck closed 6 years ago

gabrielschuck commented 6 years ago

Hello! I am adapting my code to use its class since I was using slickinject before to work with mysql and it had a function to execute directly the sql queries with properly prepared. Does this exist in supersql? Thanks

Andrews54757 commented 6 years ago

Yes

Andrews54757 commented 6 years ago
$SuperSQL->con->db // PDO Object