{"id":19928264,"url":"https://github.com/mariuz/perl-dbd-firebird","last_synced_at":"2025-05-03T10:31:07.941Z","repository":{"id":1342594,"uuid":"1288633","full_name":"mariuz/perl-dbd-firebird","owner":"mariuz","description":"Perl DBI driver for Firebird","archived":false,"fork":false,"pushed_at":"2025-01-19T08:24:59.000Z","size":1028,"stargazers_count":16,"open_issues_count":4,"forks_count":9,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-07T14:14:31.536Z","etag":null,"topics":["dbi","dbi-driver","firebird","firebird-server","perl","perl-dbi","sql"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariuz.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-01-24T18:14:55.000Z","updated_at":"2025-03-29T20:56:00.000Z","dependencies_parsed_at":"2024-05-19T15:31:33.144Z","dependency_job_id":"63cdee2d-adfc-41a5-8c33-8cd70a71505f","html_url":"https://github.com/mariuz/perl-dbd-firebird","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariuz%2Fperl-dbd-firebird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariuz%2Fperl-dbd-firebird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariuz%2Fperl-dbd-firebird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariuz%2Fperl-dbd-firebird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariuz","download_url":"https://codeload.github.com/mariuz/perl-dbd-firebird/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252178659,"owners_count":21707036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbi","dbi-driver","firebird","firebird-server","perl","perl-dbi","sql"],"created_at":"2024-11-12T22:36:42.910Z","updated_at":"2025-05-03T10:31:07.935Z","avatar_url":"https://github.com/mariuz.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"DBD::Firebird -- DBI driver for Firebird RDBMS server.\n\n   Copyright (c) 2010-2015  Popa Adrian Marius \u003cmapopa@gmail.com\u003e\n   Copyright (c) 2011-2013  Stefan Suciu \u003cstefbv70@gmail.com\u003e\n   Copyright (c) 2011-2015, 2017, 2024, 2025  Damyan Ivanov \u003cdmn@debian.org\u003e\n   Copyright (c) 2011  Alexandr Ciornii \u003calexchorny@gmail.com\u003e\n   Copyright (c) 2010-2011  Mike Pomraning \u003cmjp@pilcrow.madison.wi.us\u003e\n   Copyright (c) 1999-2005  Edwin Pratomo\n   Portions Copyright (c) 2001-2005  Daniel Ritz \n\n   You may distribute under the terms of either the GNU General Public\n   License or the Artistic License, as specified in the Perl README file.\n   (http://dev.perl.org/licenses/artistic.html)\n\n   \nREQUIREMENTS:\n  - Perl (version 5.8.1 or higher)\n  - Perl DBI (1.41 or higher)\n  - Firebird (2.5.1 or higher)\n  - A C compiler\n    * UN*X\n      GCC 4.x (tested, older may or may not work) or other capable\n      clang\n\n    * Windows\n      - Strawberry perl (http://strawberryperl.com/) comes with it's own compiler (mingw) \n      - Visual Studio C++ (http://visualstudio.com)\n      - Cygwin\n    * Freebsd \n      - Threaded perl is required (You have to re-install perl from ports and you have to select the config\n      option that says 'build a perl with threads')\n\n\n*BEFORE* BUILDING, TESTING AND INSTALLING this you will need to:\n\n  - Build, test and install Perl 5 (at least 5.8.1).\n\n  - Build, test and install the DBI module (at least DBI 1.41).\n  \n    On Debian/Ubuntu you can do a simple:\n      sudo apt-get install firebird2.5-dev libdbi-perl\n    On OpenSUSE:\n      sudo zypper in firebird firebird-devel perl-DBI\n    On Fedora, Red Hat Enterprise Linux, CentOS and derivates:\n      sudo yum install firebird firebird-devel perl-DBI\n\n  - Remember to *read* the DBI README file if you installed it from source\n\n  - Make sure that Firebird server is running (for testing telnet localhost 3050)\n      sudo service firebird start\n\n\nBUILDING:\n  Win32/Win64 with Strawberry \n    type 'dmake' from the console \n\n  Win32/Win64 with MS compiler:\n    type 'nmake', not just 'make'\n\n  To Configure and build the DBD:\n    perl Makefile.PL\n    make\n\nTESTING\n  To run tests module Test::Exception is required on Debian/Ubuntu systems:\n     sudo apt-get install libtest-exception-perl\n     \n  Please, set at least DBI_PASS (or ISC_PASSWORD), before 'make test'.\n  The default for DBI_USER is 'SYSDBA'.(masterkey password is given here as example only)\n    ISC_PASSWORD=masterkey make test\n\nINSTALLING:\n    make install\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariuz%2Fperl-dbd-firebird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariuz%2Fperl-dbd-firebird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariuz%2Fperl-dbd-firebird/lists"}