Note that there are some explanatory texts on larger screens.

plurals
  1. POUse CMS for Relational Data management?
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COOne of the main benefits of relational databases is not just the storage of data but the maintaining of the relationships between that data, which I don't believe CMS systems generally do. The closest database analogy may be a document database, where a CMS basically stores a schema-less set of content which you'd define. But even that analogy is a bit of a stretch, because any database is going to have more structure than a system that pretty much just holds a string of formatted displayable content. In short, I wouldn't think that a CMS is the tool for this part of the job.
      singulars
    2. COok, I was hoping that I could somehow categorize my CMS articles/data/info. I would then have a country category and then under the country category have a project category and a user can then add a new project or country. Under that project add info & project particiapants. The relationship in the CMS would be very linear but I would be able to define relationships so that when searching for example a project participant I would see that he/she is working in projects in multiple countries. It feels like it should be possible to at least have hierarchical categorization!?
      singulars
    3. COHierarchical categories should definitely be possible. You're mainly just going to be missing any referential integrity between the data entities. You also may run into a lot of data being "stringly typed" instead of strongly typed as well. If that's ok, then no big deal.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload