Skip to content

Instantly share code, notes, and snippets.

View kevincittadini's full-sized avatar
Creating Software

Kevin Cittadini kevincittadini

Creating Software
View GitHub Profile
@thiagosf
thiagosf / gist:eb2ba7d24968873e745c61d2ee72c0d8
Last active September 4, 2024 13:00
Export ERD (diagrams) from SequelPro

Export ERD (diagrams) from SequelPro

Install graphviz

sudo brew install graphviz

Open SequelPro, choose database and export dot file. Now, run the command:

@odan
odan / rest_quick_reference.md
Last active September 1, 2021 20:06
REST, RESTful API Quick Reference