Description
libfq is a wrapper library for Firebird's C API, loosely based on PostgreSQL's libpq
, primarily intended to facilitate the implementation of firebird_fdw
, the PostgreSQL foreign data wrapper for Firebird.
This project also provides fbsql
, a simple command line client for Firebird inspired by PostgreSQL's psql
.
Installation Instructions
- Locate distribution in the list below
- Click on
Repo Download
- Copy the URL in the browser URL bar
- On the target system:
cd /etc/yum.repos.d
wget https://copr.fedorainfracloud.org/coprs/ibarwick/libfq/repo/epel-7/ibarwick-libfq-epel-7.repo
- Execute one of:
yum install libfq
(CentOS) ordnf install libfq
(Fedora).yum install fbsql
(CentOS) ordnf install fbsql
(Fedora).
Other ways of doing this may also be available.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 6 | x86_64 (15)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (48)* | EPEL 7 (325 downloads) |
EPEL 8 | x86_64 (21)* | EPEL 8 (177 downloads) |
EPEL 9 | x86_64 (0)* | EPEL 9 (91 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable ibarwick/libfq
More info about enabling Copr repositories