DBDU / union

A collaboratively developed Discord bot, to be used as the base framework for the Union deployment system.
MIT License
0 stars 2 forks source link

Decide on how cogs will handle persistence #28

Open indiv0 opened 7 years ago

indiv0 commented 7 years ago

Currently suggested options:

Tech:

1) ORM access to a DB (e.g. asyncqlio to PostgreSQL) 2) SQLite 3) JSON 4) Pickle!

Storage:

We need to take into account how this will affect backups/migrations/etc.

Fuyukai commented 7 years ago

If anyone unironically wants to use Pickle they need to be removed from the project.

indiv0 commented 7 years ago

/dev/null is WEBSCALE

Vexs commented 7 years ago

+1 for pickle'd json files

ORM database is probably the best option, but might be tricky for backend. Unsure.