https://github.com/snapdbapp/mariadb-macos-builds
Prebuilt binary tar.gz files for MariaDB macOS.
https://github.com/snapdbapp/mariadb-macos-builds
binaries database mariadb
Last synced: 3 months ago
JSON representation
Prebuilt binary tar.gz files for MariaDB macOS.
- Host: GitHub
- URL: https://github.com/snapdbapp/mariadb-macos-builds
- Owner: SnapDBApp
- License: gpl-2.0
- Created: 2024-12-29T13:53:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T08:40:58.000Z (over 1 year ago)
- Last Synced: 2025-03-06T06:48:16.898Z (over 1 year ago)
- Topics: binaries, database, mariadb
- Language: Shell
- Homepage: https://archive.mariadb.org/
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- 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).