Libraries tagged by sql to migration
dbpatch/dbpatch
67937 Downloads
DbPatch is a commandline utility to manage/track (my)sql/php patch files.
ramadan/custom-fresh
3145 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
froiden/sql-generator
25894 Downloads
convert Laravel migrations to raw SQL scripts
laravel/database
36201 Downloads
Get Laravel database for your non laravel projects. Built on top of illuminate/database to provide migration, seeding and artisan support
bertugfahriozer/sql2migration
2037 Downloads
A Spark command for CodeIgniter 4 that generates migration files from an SQL file, with support for foreign keys, triggers, and DB prefix.
nabeel030/schema-to-migrations
89 Downloads
Generate Laravel migrations from a .sql dump by importing into a temp DB and introspecting schema.
nachopitt/migrations
584 Downloads
Import database tables and write them to Laravel migration files.
adamkearsley/convert-migrations
8490 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.
kinetis/query-builder
82 Downloads
A thin, parameterized SQL query builder for Kinetis — MySQL and Postgres via kinetis/persistence's drivers, row-to-DTO mapping via Kinetis\Validation\Hydrator. Not an ORM: no relationships, no migrations, no change-tracking.
rizkussef/laravel-sql-to-migration
376 Downloads
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
developerawam/generate-migration
25 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
sqlmigration/migrations-seedings
249 Downloads
Laravel 5* Converts database sql to migrations and Seeding
ie/sql_converter_migration
18 Downloads
convert sql to migration
jugalkariya/laravel-migration-exporter
3 Downloads
Simple CLI for Laravel to export migrations to SQL
selcukmart/migration2sqlbuilder
3 Downloads
This library is for migration natural sql to sql builder format. It supports only first depth and general usage of sql.