You are right - the schema for SQL databases is pretty simple. I wouldn't say document DBs are preferred over RDMBSs, it's just that Para is a schemaless backend server so the data fits better inside a document DB. In other words Para expects data in any kind of structure.
Answered
Any database preference for Scoold?
I've taken a look at the Scoold schema in MariaDB and it's pretty flat. Really just a single table with text fields for storing the content as JSON.
Given this, are document DBs (e.g.: Mongo) preferred over relational DBs for Scoold?
107 Views
2
Answers
12 days ago
7 days ago
Tags