diff --git a/src/how-to/define-tables.md b/src/how-to/define-tables.md index e6a0afc3..43724751 100644 --- a/src/how-to/define-tables.md +++ b/src/how-to/define-tables.md @@ -176,7 +176,7 @@ parameters : json # JSON data (core type, no brackets) ## Native Database Types -You can also use native MySQL/MariaDB types directly when needed: +You can also use native database types directly when needed: ```python definition = """ diff --git a/src/how-to/installation.md b/src/how-to/installation.md index d082a1d4..9bc082f8 100644 --- a/src/how-to/installation.md +++ b/src/how-to/installation.md @@ -78,7 +78,7 @@ See [Configure Database Connection](configure-database.md) for connection setup. ## Requirements - Python 3.10+ -- MySQL 8.0+ or MariaDB 10.6+ +- MySQL 8.0.13+ or PostgreSQL 15+ - Network access to database server ## Troubleshooting diff --git a/src/reference/specs/database-backends.md b/src/reference/specs/database-backends.md index a7e4d8e1..ecc68f5e 100644 --- a/src/reference/specs/database-backends.md +++ b/src/reference/specs/database-backends.md @@ -9,7 +9,7 @@ DataJoint supports multiple database backends through a unified adapter architec | Backend | Minimum Version | Default Port | Status | |---------|-----------------|--------------|--------| -| MySQL | 8.0 | 3306 | Production | +| MySQL | 8.0.13 | 3306 | Production | | PostgreSQL | 15 | 5432 | Production | ## Configuration