Skip to content

Instantly share code, notes, and snippets.

View kevincittadini's full-sized avatar
⌨️
Typing something in some editor

Kevin Cittadini kevincittadini

⌨️
Typing something in some editor
View GitHub Profile
@thiagosf
thiagosf / gist:eb2ba7d24968873e745c61d2ee72c0d8
Last active September 25, 2023 10:44
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