https://github.com/SnapDBApp/mariadb-macos-builds
Prebuilt binary tar.gz files for MariaDC macOS.
https://github.com/SnapDBApp/mariadb-macos-builds
binaries database mariadb
Last synced: about 1 month ago
JSON representation
Prebuilt binary tar.gz files for MariaDC macOS.
- Host: GitHub
- URL: https://github.com/SnapDBApp/mariadb-macos-builds
- Owner: musa11971
- License: gpl-2.0
- Created: 2024-12-29T13:53:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T14:27:55.000Z (9 months ago)
- Last Synced: 2024-12-29T15:24:04.960Z (9 months ago)
- Topics: binaries, database, mariadb
- Homepage: https://archive.mariadb.org/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mariadb-macos-builds
[](./LICENSE)
[]()This repository features prebuilt tar.gz binary files for MariaDB on macOS. These builds are not officially offered as a download option through MariaDB archive/download channels.
---
## Choosing an installation package
Installation packages use the pattern `mariadb--.`, where`` is the
MariaDB version, `` is the target triple for the platform, and `` is the archive file
extension. To find the `` triple for your platform run `uname -m` in your terminal.## Versioning
This project uses a versioning scheme that is in sync with [MariaDB versioning](https://mariadb.com/kb/en/mariadb-release-model/).
The version comprises `..`.
E.g. release `11.8.0` corresponds with `mariadb-11.8.0`.## Source Code
In compliance with the GNU General Public License (GPLv2), the source code used to build these binaries is available at:[MariaDB Archive](https://archive.mariadb.org/)
If you require the exact build scripts or additional details about modifications (if any), please check the source or contact the maintainer(s).