Skip to content

gwangil-choi/cubrid-perl

 
 

Repository files navigation

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

   Copyright (c) 2011  Zhang Hui, China
=====================================================================

The driver installation is described in

  INSTALL.html

In short: If you are using

  Windows/ActivePerl

    The actual installation is as simple as

        ppm install DBI
        ppm install DBD::cubrid

  Linux

    perl -MCPAN -e shell
    install DBD::cubrid

Build from source code

    perl Makefile.PL

    make
    make test
    
  If all the formal tests pass then, finally, run:

    make install


About

Perl driver of CUBRID

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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