Giter Site home page Giter Site logo

chenzhuoyu / libdrizzle-redux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sociomantic-tsunami/libdrizzle-redux

1.0 3.0 0.0 2.23 MB

The next generation of Libdrizzle with a simplified API and support for more features of the protocol

License: Other

Makefile 0.22% Shell 6.44% C 36.69% C++ 38.46% M4 18.17% GDB 0.03%

libdrizzle-redux's Introduction

Description BuildStatus

Drizzle Redux is a project which aims to breathe new life into the libdrizzle C connector. It is designed to allow you to connect to and query a MySQL database server using a simple API.

Libdrizzle-redux in the sociomantic tsunami repository is a fork of the official v5.1.4 Felmingham at https://launchpad.net/libdrizzle.

The primary reason for the fork is that development of the upstream stopped in 2013 which meant that crucial fixes and enhancements were not included in the latest stable release v5.1.4 Felmingham.

We hope that continuing the development of libdrizzle-redux can benefit current and future users of the library.

For more details on new features please refer to the release notes

Support Guarantees

  • Major branch development period: 6 months
  • Maintained minor versions: 2 most recent

Maintained Major Branches

Major Initial release date Supported until
v5.x.x v5.2.0: 2016-03-31 TBA - 6 months after next major release

Releases

Latest stable release notes | All

The release process libdrizzle-redux is based on SemVer versioning as described here. This means that the major version is increased for breaking changes, the minor version is increased for feature releases, and the patch version is increased for bug fixes that don't cause breaking changes.

Releases are handled using GitHub releases. The notes associated with a major or minor GitHub release are designed to help developers to migrate from one version to another. The changes listed are the steps you need to take to move from the previous version to the one listed.

Building libdrizzle-redux

To build libdrizzle-redux you can invoke bootstrap script:

bootstrap.sh

Alternatively you can build and customize:

autoreconf -fi
./configure
make
make install

For more information about compiling libdrizzle-redux please refer to compiling.rst or build the documentation, cf. below.

Linking libdrizzle-redux:

g++ app.c -oapp -ldrizzle-redux -lssl -lcrypto -pthread

If libdrizzle-redux is installed alongside other versions of libdrizzle, the linking should be done with the full name of the dynamic library, e.g.:

g++ app.c -oapp -l:libdrizzle-redux.so.9 -lssl -lcrypto -pthread

Building documentation

Documentation can be generated in several formats:

pdf  : make latexpdf
epub : make epub
html : make html

libdrizzle-redux's People

Contributors

linuxjedi avatar andreas-bok-sociomantic avatar drizzle-ci avatar brianaker avatar wiml avatar chenzhuoyu avatar mathias-lang-sociomantic avatar bokchan avatar ben-palmer-sociomantic avatar

Stargazers

R HJ avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.