Choosing the right database service often depends on what you need it to do. For free, general-purpose relational databases, you’re likely considering
MySQL and
PostgreSQL. There are also NoSQL systems like Redis and Cassandra, that store data in a largely unstructured format. Take a deeper look in this
blog post.