All Projects → mariuz → perl-dbd-firebird

mariuz / perl-dbd-firebird

Licence: other
Perl DBI driver for Firebird

Programming Languages

perl
6916 projects
c
50402 projects - #5 most used programming language
XS
67 projects

Projects that are alternatives of or similar to perl-dbd-firebird

Freesql
🦄 .NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, Click house orm, MsAccess orm.
Stars: ✭ 3,077 (+21878.57%)
Mutual labels:  firebird
NFC-e-Desktop-Delphi
NFC-e - Delphi
Stars: ✭ 24 (+71.43%)
Mutual labels:  firebird
delphi-firebird-api
delphi-firebird-api is a translation of Interbase and later Firebird API from C to Pascal
Stars: ✭ 23 (+64.29%)
Mutual labels:  firebird
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+15692.86%)
Mutual labels:  firebird
flamerobin
FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
Stars: ✭ 181 (+1192.86%)
Mutual labels:  firebird
DBD-mysql
MySQL driver for the Perl5 Database Interface (DBI)
Stars: ✭ 50 (+257.14%)
Mutual labels:  dbi
T2TiERP-2-CSharp
T2Ti ERP 2.0 - C#
Stars: ✭ 33 (+135.71%)
Mutual labels:  firebird
dbx4fb
dbExpress driver for Firebird
Stars: ✭ 22 (+57.14%)
Mutual labels:  firebird
fibplus
FibPlus Library for Delphi and C++Builder. Data access components for Firebird & Interbase.
Stars: ✭ 142 (+914.29%)
Mutual labels:  firebird
firebird-documentation
Firebird documentation
Stars: ✭ 28 (+100%)
Mutual labels:  firebird
Sqitch
Sensible database change management
Stars: ✭ 2,320 (+16471.43%)
Mutual labels:  firebird
rsfbclient
Rust Firebird Client
Stars: ✭ 64 (+357.14%)
Mutual labels:  firebird
databases-w-r
Databases with R, the latest - rstudio::conf2019
Stars: ✭ 33 (+135.71%)
Mutual labels:  dbi
Servicestack.ormlite
Fast, Simple, Typed ORM for .NET
Stars: ✭ 1,532 (+10842.86%)
Mutual labels:  firebird
bacula-utils
A collect of tools to use with bacula
Stars: ✭ 36 (+157.14%)
Mutual labels:  firebird
localization mapping
ROS nodes for outdoor SLAM on a ground robot
Stars: ✭ 39 (+178.57%)
Mutual labels:  firebird
DBD-MariaDB
Perl MariaDB driver
Stars: ✭ 28 (+100%)
Mutual labels:  dbi
fdb
Firebird Driver for Python
Stars: ✭ 49 (+250%)
Mutual labels:  firebird
MonetDBLite-R
MonetDB reconfigured as an R package - See below for an introduction. Edit
Stars: ✭ 63 (+350%)
Mutual labels:  dbi
laravel-adminer
Adminer database management tool for your Laravel application.
Stars: ✭ 45 (+221.43%)
Mutual labels:  firebird

DBD::Firebird version 1.32

DBI driver for the Firebird RDBMS server.

  • Copyright © 2015 Stefan Roas
  • Copyright © 2014 H.Merijn Brand - Tux
  • Copyright © 2010-2020 Popa Adrian Marius
  • Copyright © 2011-2013 Stefan Suciu
  • Copyright © 2011-2015 Damyan Ivanov
  • Copyright © 2011 Alexandr Ciornii
  • Copyright © 2010-2014 Mike Pomraning
  • Copyright © 1999-2005 Edwin Pratomo
  • Portions Copyright © 2001-2005 Daniel Ritz

License

You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file. (https://dev.perl.org/licenses/artistic.html)

Installation

Requirements:

  • Perl (Threaded and version 5.8.1 or higher)
  • Perl DBI (1.41 or higher)
  • Firebird (2.5.1 or higher)
  • A C compiler
    • UN*X GCC or Clang

    • Windows

    • Freebsd

      • Threaded Perl is required (You have to re-install Perl from ports and you have to select the config option that says 'build a Perl with threads')

BEFORE BUILDING, TESTING AND INSTALLING this you will need to:

  • Build, test and install Perl 5 (at least 5.8.1).

  • Build, test and install the DBI module (at least DBI 1.41).

    On Debian/Ubuntu you can do a simple: sudo apt-get install firebird2.5-dev libdbi-perl

  • Remember to read the DBI README file if you installed it from source

  • Make sure that Firebird server is running (for testing telnet localhost 3050)

BUILDING: Win32/Win64 with Strawberry type 'dmake' from the console

Win32/Win64 with MS compiler: type 'nmake', not just 'make'

To Configure and build the DBD: perl Makefile.PL make

TESTING To run tests module Test::Exception is required on Debian/Ubuntu systems: sudo apt-get install libtest-exception-perl

Please, set at least DBI_PASS (or ISC_PASSWORD), before 'make test'. The default for DBI_USER is 'SYSDBA'.(masterkey password is given here as example only) ISC_PASSWORD=masterkey make test

INSTALLING: make install

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].