Libraries tagged by DatabaseJson
alvin0/database-json-laravel
4649 Downloads
Create and manage json databases with Laravel
digitalmanagerguru/laravel-json-fields
4537 Downloads
A package to work with database JSON fields with laravel eloquent Models.
lelemad/database-json-laravel
4 Downloads
Create and manage json databases with Laravel
activecollab/databaseconnection
79196 Downloads
A couple of simple helper methods wrapped around MySQLi connection
genai/sql-mapper
162 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
ichhabrecht/databaseconnectionscanner
0 Downloads
Find usages of DatabaseConnection class
irestful/databaseconnectors
2240 Downloads
geithware/debug-mysql-db
465 Downloads
Extends \TYPO3\CMS\Typo3DbLegacy\Database (former \TYPO3\CMS\Core\Database\DatabaseConnection and t3lib_db) to show Errors and Debug-Messages. Useful for viewing and debugging of sql-queries.