Libraries tagged by drop database
sunnysideup/delete-all-tables
624 Downloads
Silverstripe module to delete all tables - CAREFUL!
marcqualie/mongominify
1997 Downloads
A drop-in library which acts as a transparent filter to MongoDB documents and compresses/decompresses data on the fly
deerdama/laravel-mongo-helper
1434 Downloads
Artisan command to handle mongo collections (list collections, delete, download, import data, etc..)
craftblue/simple-sql
26 Downloads
SimpleSql is a wrapper around PHP's PDO and is intended to be an easy to use drop-in for your projects. It abstracts away the atrocities of querying by using common methods while still giving you full control of your queries
mikefunk/db-drop-tables
1163 Downloads
A laravel command to drop all mysql database tables
neutronstars/doctrine-database-restore
8 Downloads
Command for drop and recreate the database and reload the migrations
optiwariindia/database
290 Downloads
A library to connect database and use basic activities in database like create,select,insert,update,delete and drop using predefined methods
esign/laravel-sqlite-disable-drop-foreign
34 Downloads
Prevents dropForeign method from being called on sqlite databases
dmitryrechkin/php-wp-database-adapter
6 Downloads
Drop-in replacement for wpdb class with SSL support
aseancode/dbcommands
225 Downloads
laravel command to create/drop database(MySQL)
ksarien/l5-db-commands
656 Downloads
A set of commands to create/drop/dump/restore databases on Laravel 5
mortimer/db-setup
25 Downloads
Laravel 4 package that adds the missing artisan commands db:setup, db:create, db:drop
mirkhamidov/yii2-console-dbextend
38 Downloads
It makes to drop all your tables from console. Use it with migration and Development environment.
faster-php/db
2 Downloads
A drop-in replacement for PDO with connection pooling, lazy connect, auto-reconnect, and prepared statement caching.
compeek/pdo-wrapper
64 Downloads
PDO Wrapper is a simple, drop-in PDO wrapper for PHP featuring lazy connect, manual disconnect, reconnect, and is alive testing.