Libraries tagged by Connected Database
thedevsaddam/laravel-schema
23219 Downloads
Display the connected database information in console.
robinncode/db_craft
468 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
techbeansjp/laravel-db-config
8 Downloads
Get the database configuration connected in laravel
ice6/laravel-schema
13 Downloads
Display the connected database information in console.
mevdschee/pathpdo
1 Downloads
JSON interface to a PDO connected SQL database.
smartlaravel/safe-migrate
151 Downloads
Adds a prompt the the migrate command when connected to any non local database.
j0113/odb
64 Downloads
Object Oriented database wrapper for PHP. Designed to be(come) compatible with multiple database. Queries are written in PHP and tables are connected to models.
foolz/sphinxql-query-builder
1841340 Downloads
A PHP query builder for SphinxQL. Uses MySQLi to connect to the Sphinx server.
nystudio107/craft-connect
8877 Downloads
Allows you to connect to external databases and perform db queries
emagicone/module-connector
44616 Downloads
Install Magento Store Manager Connector module to fluently connect Store Manager desktop application to Magento database. Increase speed of data management, take advantage of simplicity and reliability with all-in-one Store Manager via Magento Store Manager Bridge Connector.
thedataist/drill-connector
6783 Downloads
Objects that allow you to programmatically connect to Apache Drill.
shakahl/laravel-eloquent-mysqli
5606 Downloads
MySQLi driver (connector) for Laravel 8.x Eloquent database
cobweb/svconnector_sql
14814 Downloads
Connector service for any SQL-based database via Doctrine-DBAL.
adamb/database
7468 Downloads
A simple PDO Wrapper to connect to a database
mouf/database.dbconnection
32080 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.