get5loader
get5loader copied to clipboard
[DB] Use mongodb insted of MySQL
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.