Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    Chemistry::SQL 0.01

    Download button

    No screenshots available
    Downloads: 415  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Bernat Requesens | More programs
    Perl Artistic License / FREE
    July 31st, 2006, 17:12 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Chemistry::SQL description

    Chemistry::SQL is an access database functions module.

    Chemistry::SQL is an access database functions module.

    SYNOPSIS

    use strict;
    use Chemistry::SQL;
    use Chemistry::Artificial::SQL;

    my $db_name = $ARGV[0];
    my $file = $ARGV[1];

    my $db1 = Chemistry::SQL::new(db_host=>"127.0.0.1",db_user=>"root",db_port=>"3306",db_pwd=>"",
    db_name=>$db_name,db_driver=>"mysql");
    if ($db1->db_exist)
    { $db1->connect_db;
    $db1->del_tables;
    $db1->create_tables_mysql;
    $db1->inscomp_from_file("$file");
    }
    else
    {
    $db1->create_db;
    $db1->connect_db;
    $db1->create_tables_mysql;
    $db1->inscomp_from_file("$file");
    }
    # Reaction Insertion

    my $qart = Chemistry::Artificial::SQL::new($db1);
    my $qr =$qart->q_reaccion('C=CC=C.C=C>>C1=CCCCC1','smiles');
    $db1->reactionsert($qr,"","0");

    This package provides the necessary functions to interact with the database. The methods implemented in this module are oriented to give users control of the database without knowing how to use SQL queries.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Perl module | access database | functions module | Chemistry::SQL | Chemistry | SQL

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM