Skip to content

Add a Oracle Card database application

Antoine Albertelli requested to merge oracle into master

This application only has a single purpose: to provide other applications with Oracle data (information about printed Magic cards).

The content of this app is stored in a separate Sqlite DB for several reasons:

  1. The content of this database is just an import of another site. We don't need to backup it or save anything.
  2. This allows us to run the import once and bundle the resulting sqlite file in the Docker image (does not contain anything sensitive).
  3. If we ever change the production DB to something else (Postgres?) we still will send the Oracle DB to every web server.

Merge request reports

Loading