Libraries tagged by table_split
rotexsoft/gdao
3034 Downloads
A package containing class and interface definitions that can be used as a basis for a Table Data Gateway (http://bit.ly/1F8Zjfc) and Data Mapper (http://bit.ly/1hD2qCc) implementation of a database access library that performs data manipulation (DM) tasks.
ramadan/custom-fresh
132 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
orottier/laravel-migration-squasher
95 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
cytracom/squasher
307 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
myelophone/medoo
44 Downloads
Medoo with sqlite tuning, virtual fts5 tables and Distinct. Fork of the lightweight PHP database framework to accelerate the development.
zrnik/mksql
1123 Downloads
MkSQL is a tool for keeping your tables up to date with PHP code. You can use it in your project or as a database preparation in your integration tests.
thedigital/sqlschema
429 Downloads
Provides facilities to read table names and table columns from a database using PDO.
sausin/laravel-set-autoincrement
168 Downloads
Package to help with update of auto increment for database tables in laravel
rotexsoft/leanorm-cli
74 Downloads
Command-line tool for rotexsoft/leanorm for generating Model, Record & Collection Classes for tables in a specified database.
ropendev/pdomodel
2952 Downloads
PDOModel is a simple and light PHP class to maintain database, table and data easily.
lukeme/laravel-adminer
5 Downloads
Adminer database management tool for your Laravel application. modify by luke
laralabs/connection-loader
25 Downloads
Load database connections into config from database table
dweik/crud-generator
61 Downloads
it's a easy tool for laravel +5.1 to generate crud functions base database tables
cheukpang/txt-sql
0 Downloads
Framework that uses a subset of SQL and provides php developers an alternative solution to tables and atabases, particularly those who do not have a database service (like mySQL, SQLite, MSSQL, ORACLE...)