Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 |