wasp icon indicating copy to clipboard operation
wasp copied to clipboard

Explore options for new DB engines (MySQL, MSSQL and similar)

Open infomiho opened this issue 2 years ago • 4 comments

Since Wasp uses Prisma as its abstraction layer for the database, it should be possible for us to expand our support for SQLite and PostgreSQL to more database engines.

We should take into account if our maintenance surface area will increase too much or not.

One caveat to note is: we already support some PostgreSQL specific features (PgBoss executor for jobs) and we should see how do we deal with these DB engine specific features.

infomiho avatar Jun 16 '23 16:06 infomiho