Skip to content

Commit 1c5e0d5

Browse files
nipunn1313bqrkhn
authored andcommitted
convex-backend PR 82: Update database usage section for self hosted (#36936)
Fixes the database section since convex recently started adding internal data to postgres and MySQL as well in self hosted versions. [Source](https://github.com/get-convex/convex-backend/tree/main/self-hosted#running-the-database-on-postgres-or-mysql) ---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: baqirkhan <[email protected]> GitOrigin-RevId: 184765d6efb01b4f32ea4cbcc6c1920a681b8518
1 parent 916e1d5 commit 1c5e0d5

File tree

1 file changed

+2
-2
lines changed
  • npm-packages/docs/docs/understanding

1 file changed

+2
-2
lines changed

npm-packages/docs/docs/understanding/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ relations, like `tasks` assigned to a `user` using IDs to reference documents in
4545
other tables.
4646

4747
The Convex cloud offering runs on top of Amazon RDS using MySQL as its
48-
persistence layer. The Open Source version uses SQLite, and soon Postgres or
49-
MySQL. The database is ACID-compliant and uses
48+
persistence layer. The Open Source version uses SQLite, Postgres and MySQL. The
49+
database is ACID-compliant and uses
5050
[serializable isolation and optimistic concurrency control](/docs/database/advanced/occ.md).
5151
All that to say, Convex provides the strictest possible transactional
5252
guarantees, and you never see inconsistent data.

0 commit comments

Comments
 (0)