docs: drop MariaDB, pin MySQL minimum to 8.0.13#161
Open
dimitri-yatsenko wants to merge 1 commit intomainfrom
Open
docs: drop MariaDB, pin MySQL minimum to 8.0.13#161dimitri-yatsenko wants to merge 1 commit intomainfrom
dimitri-yatsenko wants to merge 1 commit intomainfrom
Conversation
…peer DataJoint 2.x is officially MySQL/PostgreSQL only; MariaDB is no longer listed as a supported backend (it was never tested in CI and recent feature work has begun to require MySQL 8.0.13-only columns). PostgreSQL is reframed as a peer production backend rather than "an alternative." - installation.md: requirements line lists MySQL 8.0.13+ and PostgreSQL 15+. - database-backends.md: MySQL row pinned to 8.0.13. - define-tables.md: "native MySQL/MariaDB types" → "native database types".
5 tasks
esutlie
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
DataJoint 2.x is officially MySQL/PostgreSQL only; MariaDB is no longer listed as a supported backend (it was never tested in CI and recent feature work has begun to require MySQL 8.0.13-only columns). PostgreSQL is reframed from "an alternative" to a peer production backend.
installation.md: Requirements line listsMySQL 8.0.13+ or PostgreSQL 15+(wasMySQL 8.0+ or MariaDB 10.6+).database-backends.md: MySQL row pinned to 8.0.13.define-tables.md: "native MySQL/MariaDB types" → "native database types".Companion code PR: datajoint/datajoint-python#1439 — adds a
UserWarningat connect time when the server reports MariaDB.Test plan
gen_llms_full.pyregeneratedllms-full.txtcleanly (verified the requirements line now readsMySQL 8.0.13+ or PostgreSQL 15+).