Libraries tagged by Aura Sql
aura/sqlquery
2447227 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
aura/sql
1917880 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
316056 Downloads
aura/sql module for Ray.Di
aura/sqlschema
211787 Downloads
Provides facilities to read table names and table columns from a database using PDO.
rotexsoft/sqlschema
825 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
4111 Downloads
Class to proxy Aura Sql and Query methods
aura/sqlmapper-bundle
5008 Downloads
A SQL DataMapper implementation.
srjlewis/aura-sql
11 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.
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
m1ke/easy-sql
62101 Downloads
Builds on Aura's ExtendedPdo to add database manipulation helpers and persistent connections
dashifen/database
6 Downloads
A wrapper around the extended PDO object from Aura/SQL using the interface that Dash prefers.
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.