skrepkaq / VK-Killer

Социальная сеть
https://social.skrepkaq.ru/
GNU General Public License v3.0
4 stars 3 forks source link

Use PostgreSQL database (inside docker, not SQLite) #4

Open kirillzhosul opened 1 year ago

kirillzhosul commented 1 year ago

Use PostgreSQL as database, as SQLite is not very production-ready DBMS. As there is ORM with auto engine, this should not even break any stuff (or require to refactor requests / etc).

DBMS will be inside Docker.