Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/how-to/define-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """
Expand Down
2 changes: 1 addition & 1 deletion src/how-to/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/reference/specs/database-backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading