Databases RedwoodJS Supports as of Early 2022
Over the last two years, the amount of ways to connect to a database with Redwood and the amount of ways to deploy and host that database have increased tremendously.
Supported by Prisma
Prisma has expanded their list of relational/SQL options and started introducing non-relational databases.
Databases with GraphQL Endpoints
For databases that Prisma doesn’t support, the Redwood GraphQL API can be used to query any database that exposes a GraphQL endpoint, whether the underlying database is SQL or NoSQL.