diff --git a/npm-packages/docs/docs/understanding/index.mdx b/npm-packages/docs/docs/understanding/index.mdx index eb16ce5bb..10068cfff 100644 --- a/npm-packages/docs/docs/understanding/index.mdx +++ b/npm-packages/docs/docs/understanding/index.mdx @@ -45,7 +45,7 @@ relations, like `tasks` assigned to a `user` using IDs to reference documents in other tables. The Convex cloud offering runs on top of Amazon RDS using MySQL as its -persistence layer. The Open Source version uses SQLite, and soon Postgres or +persistence layer. The Open Source version uses SQLite, Postgres and MySQL. The database is ACID-compliant and uses [serializable isolation and optimistic concurrency control](/docs/database/advanced/occ.md). All that to say, Convex provides the strictest possible transactional