All Projects → thisiskj → mysql-to-laravel-migration

thisiskj / mysql-to-laravel-migration

Licence: GPL-3.0 license
Generate Laravel migration files from SQL

Programming Languages

Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to mysql-to-laravel-migration

Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 2,315 (+12761.11%)
Mutual labels:  migrations, mariadb
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 7,712 (+42744.44%)
Mutual labels:  migrations, mariadb
laravel-fk-migration
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.
Stars: ✭ 37 (+105.56%)
Mutual labels:  migrations
docker-symfony
Docker Symfony (PHP-FPM - NGINX - MySQL - MailHog - Redis - RabbitMQ)
Stars: ✭ 32 (+77.78%)
Mutual labels:  mariadb
prepopulated-mysql-container-example
This is an example on how to make a prepopulated container image.
Stars: ✭ 61 (+238.89%)
Mutual labels:  mariadb
liquigraph
Migrations for Neo4j
Stars: ✭ 122 (+577.78%)
Mutual labels:  migrations
passbolt ansible
A complete (set of) playbook(s) to selfhost passbolt.
Stars: ✭ 15 (-16.67%)
Mutual labels:  mariadb
docker-compose-all-mysql
MySQL and MariaDB docker containers of MySQL v5.5, v5.6, v5.7, v8.0, mariadb v10.0, v10.1, v10.2, v10.3
Stars: ✭ 105 (+483.33%)
Mutual labels:  mariadb
database
Aplus Framework Database Library
Stars: ✭ 147 (+716.67%)
Mutual labels:  mariadb
nocodb
🔥 🔥 🔥 Open Source Airtable Alternative - turns any MySQL, Postgres, SQLite into a Spreadsheet with REST APIs.
Stars: ✭ 28,894 (+160422.22%)
Mutual labels:  mariadb
fulcro-sql
Web server SQL components, and support for running Om Next/Fulcro graph queries against an SQL database.
Stars: ✭ 18 (+0%)
Mutual labels:  migrations
friendica
Friendica Communications Platform
Stars: ✭ 1,048 (+5722.22%)
Mutual labels:  mariadb
mariadb-cluster
MariaDB Galera cluster running on CoreOS using the official Docker images
Stars: ✭ 11 (-38.89%)
Mutual labels:  mariadb
flask-db
A Flask CLI extension to help migrate and manage your SQL database.
Stars: ✭ 56 (+211.11%)
Mutual labels:  migrations
docker-iot-stack
💻 My personal Docker IoT Stack
Stars: ✭ 24 (+33.33%)
Mutual labels:  mariadb
json-sql-builder2
Level Up Your SQL-Queries
Stars: ✭ 59 (+227.78%)
Mutual labels:  mariadb
butterfly
Application transformation tool
Stars: ✭ 35 (+94.44%)
Mutual labels:  migrations
MySQL MariaDB Generic
This MySQL_MariaDB_Generic library helps you connect your boards directly to a MySQL / MariaDB server, either local or cloud-based, so that you can store / retrieve data to / from the server. Supported boards are ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, P…
Stars: ✭ 35 (+94.44%)
Mutual labels:  mariadb
larawell
Monolithic docker container to run your Laravel apps: MariaDB/Redis/Nginx/PHP7.0-Fpm with properly configured cron and queue
Stars: ✭ 14 (-22.22%)
Mutual labels:  mariadb
django-unmigrate
Smart reversion of Django migrations based on Git diff
Stars: ✭ 65 (+261.11%)
Mutual labels:  migrations

MySQL to Laravel Migration

This utility transforms plain MySQL/MariaDB "CREATE TABLE..." statements into Laravel migrations.

Give it a try at https://thisiskj.github.io/mysql-to-laravel-migration/

Screenshot

This is a simple single file Vue 3 application running on Vite for speedy development.

It uses the node-sql-parser library to parse the SQL text.

Contributing

To get a development environment setup:

yarn install
yarn run dev

Unsupported CREATE TABLE features

Need support for:

  • collation
  • charset
  • foreign keys
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].