meatballs/DjAxelrod

Database?

Closed this issue · 6 comments

Two main options with further sub-options:

  1. Conventional Relational DB
    1. Postgresql
    2. MySql
    3. Something else
  2. Non-Relational Database
    1. Document Database
      1. MongoDb
    2. Graph Database
      1. Neo4J
    3. OrientDB
    4. Something Else

I can't see any reason to be particularly innovative here. I'd go with Postgresql.

I'm once again happy to follow your lead.

What do you need a database for?

We're kind of talking about that on #5...

Django requires a DB for its (mandatory) session and user management, if nothing else.

the dj-database-url package makes this redundant as the db can be defined locally to be anything that's supported by Django.