>Decide to restart Indie Storefront Project after the Steam and Itch controversies >Decide to use a NoSQL DB this time because nested SQL statements make my brain hurt >Both MongoDB and CouchDB have repositories that lack release files which makes them insecure and disabled by default on apt >The only other solution I can think of is Elasticsearch which isn't intended to be used as a DB.
As it turns out, the latest version of MySQL has support for JSON, bringing the best of both relational databases and document-oriented databases, and I can run this all on a simple LAMP server. That's good to know.