Libraries tagged by Aura Sql
aura/sqlquery
2269511 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
aura/sql
1733632 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
ray/aura-sql-module
281237 Downloads
aura/sql module for Ray.Di
aura/sqlschema
206392 Downloads
Provides facilities to read table names and table columns from a database using PDO.
m1ke/easy-sql
59827 Downloads
Builds on Aura's ExtendedPdo to add database manipulation helpers and persistent connections
rotexsoft/sqlschema
545 Downloads
Provides facilities to read table names and table columns from a database using PDO. This package is a fork of https://packagist.org/packages/aura/sqlschema ( https://github.com/auraphp/Aura.SqlSchema ). It adds PHP 8.1+ suport and is also designed to work with Mariadb 10.4+ and above.
mbrevda/aurasql-queryproxy
4110 Downloads
Class to proxy Aura Sql and Query methods
jtreminio/aura-sql-service-provider
12 Downloads
A config ServiceProvider for Aura.Sql
aura/sqlmapper-bundle
5008 Downloads
A SQL DataMapper implementation.
allenjb/sql
151 Downloads
Aura.Sql / Aura.SqlQuery extensions
aaronwebb/aura-sql-debug
1423 Downloads
Extends an Aura ExtendedPdo connection with debug logging.
suvarivaza/aura-query-builder-new
8 Downloads
AuraQueryBuilderNew
netzmacht/contao-query-builder
41 Downloads
Contao query builder based on Aura/SQL_Query
tomkyle/databases
75 Downloads
Creates generic connections to common database APIs, provided by easy-to-use connection factories. For multiple databases, a Service Locator helps you creating those factories.
kumamidori/dev-pdo-statement
193 Downloads
A PDOStatement for Aura.SqlQuery