TechnicPack / TechnicSolder

PHP web app that brings differential updates to the Technic Launcher and Technic Platform
https://docs.solder.io/
Other
169 stars 167 forks source link

MongoDB Support? #658

Closed FireController1847 closed 6 years ago

FireController1847 commented 6 years ago

Solder Repo Hash: N/A

Operating System and version: Ubuntu 18.04 LTS

PHP version: 7.0

Composer version: 1.6.4

Server type: ??

Type of database: N/A

Type of hosting: Dedicated

Link to the affected install's public url: N/A


Is it possible to get MongoDB support added? I've never been a big fan of MySQL, and I've never had a good experience setting it up.

Pyker commented 6 years ago

There are no plans to support MongoDB now or in the future. The reality is that, while you can freely switch between MySQL, Postgres and SQLite (since they're all SQL), MongoDB is NoSQL, which has a completely different reality to it.