Database?
Closed this issue · 6 comments
meatballs commented
Two main options with further sub-options:
- Conventional Relational DB
- Postgresql
- MySql
- Something else
- Non-Relational Database
- Document Database
- MongoDb
- Graph Database
- Neo4J
- OrientDB
- Something Else
- Document Database
meatballs commented
I can't see any reason to be particularly innovative here. I'd go with Postgresql.
drvinceknight commented
I'm once again happy to follow your lead.
langner commented
What do you need a database for?
drvinceknight commented
We're kind of talking about that on #5...
meatballs commented
Django requires a DB for its (mandatory) session and user management, if nothing else.
meatballs commented
the dj-database-url package makes this redundant as the db can be defined locally to be anything that's supported by Django.