get5loader icon indicating copy to clipboard operation
get5loader copied to clipboard

[DB] Use mongodb insted of MySQL

Open FlowingSPDG opened this issue 5 years ago • 0 comments

I made migration file,edited structures and modified a lot of things and I finally found out. Mongo is better DB in this case. PROS :

  • I can add/modify structs without migrations
  • mongo supports Array with BSON, so #39 #152 can be solved without additional modifications

CONS

  • get5-web-go had back-compatibility with original python get5-web DB. But after this, it'll be lost.
  • I have to rework a lot of packages includes API,DB and utils.

FlowingSPDG avatar Apr 29 '20 19:04 FlowingSPDG