Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/libattachsql/libattachsql

* NOTE: This is now a dead project and used for CI testing * A lightweight C API for MySQL servers
https://github.com/libattachsql/libattachsql

Last synced: 3 months ago
JSON representation

* NOTE: This is now a dead project and used for CI testing * A lightweight C API for MySQL servers

Awesome Lists containing this project

README

        

libattachsql
============

.. |travis| image:: https://travis-ci.org/libattachsql/libattachsql.svg?branch=master
:target: https://travis-ci.org/libattachsql/libattachsql

.. |waffle| image:: https://badge.waffle.io/libattachsql/libattachsql.svg?label=TODO&title=TODO
:target: https://waffle.io/libattachsql/libattachsql

.. |docs| image:: https://readthedocs.org/projects/libattachsql/badge/?version=latest
:target: http://docs.libattachsql.org/

* Project homepage: http://libattachsql.org/
* Documentation: http://docs.libattachsql.org/
* Travis CI status: |travis|
* Waffle.io: |waffle|
* Read The Docs status: |docs|

**The "master" branch has an unstable API, please us the v1.0 branch for a stable API**

Compiling
---------

.. code-block:: bash

autoreconf -fi
./configure
make