Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stablecoder/mariadb-connector-c
A Conan package for the MariaDB C connector software.
https://github.com/stablecoder/mariadb-connector-c
conan connector mariadb
Last synced: 11 days ago
JSON representation
A Conan package for the MariaDB C connector software.
- Host: GitHub
- URL: https://github.com/stablecoder/mariadb-connector-c
- Owner: StableCoder
- License: mit
- Created: 2018-10-21T18:55:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T20:28:12.000Z (over 5 years ago)
- Last Synced: 2024-11-14T00:20:01.422Z (2 months ago)
- Topics: conan, connector, mariadb
- Language: Python
- Homepage: https://git.stabletec.com/conan/mariadb-connector-c
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MariaDB-connector-c
[![GitHub tag](https://img.shields.io/github/tag/StableCoder/mariadb-connector-c.svg)](https://github.com/StableCoder/mariadb-connector-c/releases)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://git.stabletec.com/conan/mariadb-connector-c/blob/master/LICENSE)[Conan](https://www.conan.io/) package for the [MariaDB Connector/C](https://mariadb.com/kb/en/library/mariadb-connector-c/) library.
## Build Matrix
In order for the above badge to be marked as 'passed', the repository must build under all combinations of the following conditions:
| OS | Compiler | Build Type | Runtime |
| :--------- | :-------- | :------------ | :------ |
| Linux | GCC/Clang | Debug/Release | |
| Windows 10 | MSVC2017 | Debug | MDd/MTd |
| Windows 10 | MSVC2017 | Release | MD/MT |