Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/libattachsql/libattachsql
- Owner: libattachsql
- License: apache-2.0
- Created: 2014-07-31T14:43:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T05:53:49.000Z (over 4 years ago)
- Last Synced: 2024-08-02T07:08:16.785Z (6 months ago)
- Language: C++
- Homepage:
- Size: 837 KB
- Stars: 31
- Watchers: 8
- Forks: 14
- Open Issues: 24
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-mysql - libAttachSQL - libAttachSQL is a lightweight, non-blocking C API for MySQL servers. (Connectors)
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