Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
/ SQL-Interp Public archive

SQL-Interp Perl module, now maintained outside of Github.

Notifications You must be signed in to change notification settings

17dec/SQL-Interp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL::Interp
    - Simplified interpolation of variables into SQL statements.

Copyright (c) 2004-2005, David Manura.
This module is free software. It may be used, redistributed
and/or modified under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html.

To install (with ExtUtils::MakeMaker):

  perl Makefile.PL
  make
  make test
  make install

To install (with Module::Build):

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

This module may require the following other modules:

  Text::Balanced
    - comes with Perl 5.8 and is needed only when using
      SQL::Interp with source filtering enabled

  Filter::Simple
    - comes with Perl 5.8, needed only when using
      SQL::Interp with source filtering enabled.

  DBI
    - needed by DBIx::Interp

Documentation is in the POD.

About

SQL-Interp Perl module, now maintained outside of Github.

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages