You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
ExtendedPdo
class instance would still be happy, because it extendsPDO
The text was updated successfully, but these errors were encountered: