Giter Club home page Giter Club logo

libfq's Introduction

libfq - C API wrapper for Firebird

libfq provides a number of functions which act as convenience wrappers around the native Firebird C API, which is cumbersome to use.

It is loosely based on PostgreSQL's libpq and provides a subset of that API's functions - names beginning with FQ rather than PQ - with more-or-less identical function signatures. It also provides some Firebird-specific functions.

While basically functional, libfq is still work-in-progress and the API definitions may change between releases in an incompatible way. USE AT YOUR OWN RISK.

Requirements and compatibility

libfq should work on any reasonably POSIX-like system; see the INSTALL.md file for details.

It has been developed against Firebird 3 ~ Firebird 5, and should work with Firebird 2.5 and later.

Installation

RPM packages for CentOS and derivatives, and current Fedora versions, are available via the Fedora "copr" build system; for details see here: https://copr.fedorainfracloud.org/coprs/ibarwick/libfq/

For installation from source, see file INSTALL.md.

Documentation

sgml documentation is available in the doc subdirectory and can be built with the Makefile contained therein.

An online version of the documentation is available here: libfq documentation

Applications

Following applications make use of libfq:

  • firebird_fdw - a foreign data wrapper for PostgreSQL
  • fbsql - a command-line client inspired by PostgreSQL's psql

KNOWN ISSUES

  • Data types

    • BLOB (other than SUB_TYPE TEXT) not supported
    • ARRAY datatype currently not handled
  • Parameterized queries (function FQexecParams()):

    • NUMERIC/DECIMAL: may overflow if more digits than permitted are supplied

libfq's People

Contributors

ibarwick 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.