Currently the Aura.Sql package is used to execute SQLs. That adds dependency to that package and prevent users from using different database access layers.
TODO:
- use pure PDO functions inside the library
- people passing in
ExtendedPdo class instance would still be happy, because it extends PDO
Currently the
Aura.Sqlpackage is used to execute SQLs. That adds dependency to that package and prevent users from using different database access layers.TODO:
ExtendedPdoclass instance would still be happy, because it extendsPDO