MTGJSON build scripts to generate alternative data formats
Find a file
2016-07-14 15:13:39 -04:00
.gitignore Initial commit 2016-07-13 17:24:27 -04:00
json_to_sql.py new scripts 2016-07-14 15:13:39 -04:00
LICENSE Initial commit 2016-07-13 17:24:27 -04:00
README.md readme 2016-07-14 11:04:39 -04:00
sql_to_json.py new scripts 2016-07-14 15:13:39 -04:00

MTG-Livetime-Database

Join the chat at https://gitter.im/ZeldaZach/MTG-Livetime-Database

The goal of this project is to create a SQLite database with all Magic: The Gathering card data that is supported by Gatherer and MTGJSON.

We don't like being dependent on Gatherer for card data, as their update time is always delayed and there are sometimes obvious and egregious mistakes that we can correct in real time.

The database starts as a copy of the MTGJSON source of AllSets-x.json, then we manually go in to correct any errors, as MTGJSON is a direct parse of Gatherer. When spoiler season comes around, we can manually update this (with a tool to be developed later) so we will always have a database that's up to date. Projects can pull in our complete database for their projects in order to have a full Magic: the Gathering card database!