#
dbal
Here are 73 public repositories matching this topic...
Add JSON query support to Doctrine DBAL and DQL
-
Updated
Jun 4, 2019 - PHP
Database Abstraction Layer (dbal) for Go. Support SQL builder and get result easily (now only support mysql)
-
Updated
Jan 30, 2019 - Go
A simple skeleton to build api's based on the chubbyphp-framework, mezzio (former zend-expressive), peakphp or slim.
api
boilerplate
orm
dbal
skeleton
doctrine
zend-expressive
slim-framewok
chubbyphp-framework
mezzio
peakphp
-
Updated
Jun 8, 2020 - PHP
A very simple but effective php orm
-
Updated
Jan 13, 2019 - PHP
Tiny open-source database layer for PHP
-
Updated
Oct 14, 2017 - PHP
f3l1x
commented
Jan 21, 2020
A simple database abstraction layer using PHP and PDO
mysql
php
database
dbal
pdo
pdo-wrapper
database-abstraction
pdo-mysql
php-database
pdowrapper
pdo-php
php-dbal
database-abstraction-layer
-
Updated
Apr 14, 2020 - PHP
Node.js Database Abstraction Layer
-
Updated
May 6, 2020 - JavaScript
A Doctrine DBAL only implementation of multi root nested sets
-
Updated
May 17, 2019 - PHP
Doctrine DBAL connection wrapper to add some mysql specific semantics. Currently insert on duplicate key update.
-
Updated
Jun 7, 2018 - PHP
moufmouf
commented
Jul 17, 2017
We should avoid to have setter in service classes altogether.
It is way more stable if those services are immutable.
For this, we should probably remove the setFakeTableRowNumbers and setNullProbability methods.
https://github.com/thecodingmachine/DBFaker/blob/master/src/DBFaker.php#L277-L292
Instead, it makes sense that the table list and the null probability are passed in parameter
MySQL extensions for Doctrine DBAL
-
Updated
Jan 11, 2020 - PHP
Symfony bridge Doctrine DBAL jaeger library
-
Updated
Apr 13, 2020 - PHP
-
Updated
Jun 12, 2020 - PHP
Doctrine database service providers for doctrine dbal and orm.
-
Updated
Jun 12, 2020 - PHP
Provides possibility for work with ENUMs without reflection usage on the runtime
-
Updated
May 17, 2019 - PHP
Doctrine extension for the auxmoney/OpentracingBundle-core
-
Updated
Jun 2, 2020 - PHP
Improve this page
Add a description, image, and links to the dbal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dbal topic, visit your repo's landing page and select "manage topics."

Reviewing the executed SQL statements in the debug toolbar or SQL log file is difficult to identify where they created. It would be very convenient to add id to the beginning. For example:
$sql = ' -- ID::carsInWay -- SELECT ...;