So I decided to go for sqlite as a database for my projects.
Reason for this was I wouldn’t like the customer to install a database like MariaDB, or have to fight an IT departement to create a new database.
My app should – and will be – self contained,
But during the work, I found that SQLite does not support arrays. Why! Who could think of any database without arrays!
Well I stick to my decision – just make coding a little more tedious!
Sigh!