mtgjson / mtgsqlive

MTGJSON build scripts to generate alternative data formats
https://mtgjson.com
MIT License
54 stars 32 forks source link

feat: Add Postgres support #70

Closed Ant59 closed 1 year ago

Ant59 commented 3 years ago

This PR adds comprehensive Postgres support with the target of allowing easy import of MTGJSON data to a Hasura instance. This adds an engine flag to switch between Postgres and MySQL for .sql output files. I have tested with both clean Postgres and MySQL instances successfully.

ZeldaZach commented 1 year ago

Superseded by #84 :)