Skip to content

kisoo-han/cubrid-perl

 
 

Repository files navigation

DBD::cubrid - an CUBRID interface for Perl 5.

The driver installation is described in

  INSTALL.html

Install

  1. Windows/ActivePerl
ppm install DBI
ppm install DBD::cubrid
  1. Linux
perl -MCPAN -e shell
install DBD::cubrid
  • The latest version of CUBRID Perl interface can be found at:

http://ftp.cubrid.org/CUBRID_Drivers/Perl_Driver/

Build from source

  • GNU Developer Toolset 8 or higher is required (Linux)
$ git clone git@github.com:CUBRID/cubrid-perl.git
$ cd cubrid-perl
$ perl Makefile.PL
$ make
... run CUBRID Database Service if you want to run test cases ...
$ make test
$ make install

About

Perl driver of CUBRID

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 79.5%
  • Shell 9.9%
  • C 9.4%
  • Other 1.2%