All Projects → cviebrock → Sequel Pro Laravel Export

cviebrock / Sequel Pro Laravel Export

Licence: mit
A Sequel Pro / Sequel Ace bundle to generate Laravel migration files from existing tables.

Projects that are alternatives of or similar to Sequel Pro Laravel Export

upscheme
Database migrations and schema updates made easy
Stars: ✭ 737 (-20.5%)
Mutual labels:  database-schema
cl-migratum
Database Schema Migration System for Common Lisp
Stars: ✭ 29 (-96.87%)
Mutual labels:  database-schema
Django Schema Graph
An interactive graph of your Django model structure
Stars: ✭ 278 (-70.01%)
Mutual labels:  database-schema
sea-schema
🌿 SQL schema management suite
Stars: ✭ 83 (-91.05%)
Mutual labels:  database-schema
Clinic-Management-System-ASP.NET
👨‍⚕️ A fully featured Clinic Management System based on three tier architecture made using ASP.NET, C# with a well documented README.md file.
Stars: ✭ 82 (-91.15%)
Mutual labels:  database-schema
ProductManagementTool
Advanced Product tracking automation system using Qt 5 and C++
Stars: ✭ 39 (-95.79%)
Mutual labels:  database-schema
introspector
A schema and set of tools for using SQL to query cloud infrastructure.
Stars: ✭ 61 (-93.42%)
Mutual labels:  database-schema
Gnorm
A database-first code generator for any language
Stars: ✭ 415 (-55.23%)
Mutual labels:  database-schema
schemaanalyst
➰ Search-based Test Data Generation for Relational Database Schemas
Stars: ✭ 18 (-98.06%)
Mutual labels:  database-schema
Schemahero
A Kubernetes operator for declarative database schema management (gitops for database schemas)
Stars: ✭ 265 (-71.41%)
Mutual labels:  database-schema
vuerd-electron
desktop ERD app
Stars: ✭ 20 (-97.84%)
Mutual labels:  database-schema
maricutodb
PHP Flat File Database Manager
Stars: ✭ 23 (-97.52%)
Mutual labels:  database-schema
core
Declarative database schema definition
Stars: ✭ 31 (-96.66%)
Mutual labels:  database-schema
django-yamlfield
A Django database field for storing YAML data
Stars: ✭ 31 (-96.66%)
Mutual labels:  database-schema
Erd
A Rails engine for drawing your app's ER diagram
Stars: ✭ 296 (-68.07%)
Mutual labels:  database-schema
django-concurrency-talk
🎭 Database Integrity in Django: Safely Handling Critical Data in Distributed Systems
Stars: ✭ 49 (-94.71%)
Mutual labels:  database-schema
Quiz-App
A Quiz Android application 📱 built using Java ♨️ and showing best practices of 🛠️ Room
Stars: ✭ 33 (-96.44%)
Mutual labels:  database-schema
Migrate
Issues for Prisma Migrate are now tracked at prisma/prisma. This repo was used to track issues for Prisma Migrate Experimental and is now deprecated.
Stars: ✭ 780 (-15.86%)
Mutual labels:  database-schema
Compalex
Lightweight script to compare two database
Stars: ✭ 318 (-65.7%)
Mutual labels:  database-schema
supabase-schema
Secured & Simple Supabase Schema Visualizer
Stars: ✭ 216 (-76.7%)
Mutual labels:  database-schema

Laravel Migration Exporter for Sequel Pro and Sequel Ace

A bundle for Sequel Pro and Sequel Ace that lets you generate Laravel migration files from existing tables.

Installation

  1. Download the latest release and unzip the appropriate file, depending on whether you are using Sequel Pro or Sequel Ace.
  2. Double-click on the bundle package to install the bundle.
  3. Launch Sequel Pro or Ace!

Installation from Source

  1. Clone the repository
  2. Run ./build.sh to create Sequel Pro and Sequel Ace versions of the bundle
  3. Use the appropriate bundle in the build directory

Usage

Connect to a database, and select a table in the left-hand column. From the application menu, choose Bundles › Export › Export to Laravel Migration, or use the keyboard shortcut ⌃⌥⌘M (that's CTRL + OPTION + CMD + M).

The resulting Laravel migration file will be saved in a new directory called SequelProLaravelExport on your desktop. You can then move this file into your Laravel project (usually /database/migrations) and then run artisan migrate.

Sequel Ace Usage

The Sequel Ace bundle will only work with version 3.0.0 and later of Sequel Ace.

You will also need to give Sequel Ace permission to write to the Desktop folder via the application's preferences:

Caveats

Auto-generated migration files will likely need manual adjustments. Be sure to look at the code before running artisan migrate!

Bugs, Suggestions and Contributions

Thanks to everyone who has contributed to this project! Special thanks to JetBrains for their Open Source License Program ... and the excellent PHPStorm IDE, of course!

JetBrains

Please use Github issues for reporting bugs, and making comments or suggestions.

See CONTRIBUTING.md for how to contribute changes.

Copyright and License

sequel-pro-laravel-export was written by Colin Viebrock and is released under the MIT License.

Copyright (c) 2016 Colin Viebrock

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].