Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.069.705 Times

Chemistry::SQL 0.01

  Date Added: August 22, 2010  |  Visits: 1.077

Chemistry::SQL

Report Broken Link
Printer Friendly Version


Product Homepage
Download (107 downloads)



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..

Requirements: No special requirements
Platforms: Linux
Keyword: Access Access Database Access Database Functions Chemistrysql Database Database Functions Db File Functions Libraries Programming Sql
Users rating: 0/10

License: Freeware Size: 14.34 KB
USER REVIEWS
More Reviews or Write Review


CHEMISTRY::SQL RELATED
Database Tools  -  poptasticDB database access functions for Scripts 1.0v0.4
The poptasticDB database access functions are a set of PHP functions libraries designed to provide cross platform database support for PHP applications from a common programmers interface.They are free open source software released under the GNU...
20.48 KB  
Libraries  -  QDBM: Quick DataBase Manager 1.8.75
QDBM is a library of routines for managing a database. The QDBM database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character...
890.88 KB  
Automotive Information Databases  -  Database Browser Portable 3.2.2.19
This easy to use tool allows user to connect to any database and browse or modify data ,run sql scripts, export and print data. There are two versions available. Standard and Portable Standard version can be installed on Windows PC....
2.28 MB  
Database Tools  -  Dataman 3.3.1
Dataman is a fully multi-threaded database server and client API libraries in C, C , Java, and a PHP module has now been added as well.This is a 'direct access' database, not a relational one. It emulates the verbs of the EDITOR language.
624.64 KB  
Database Tools  -  All DB Backup 1.0
All DB Backup can be used to take a backup of a database to a file with SQL statements that can be used to restore the database. It can generate SQL statements that can be used to restore just the database table data or also the database table...
10 KB  
Development Editors  -  Dataman for Linux 3.3.6
Dataman is a fully multi-threaded database server and client API libraries in C, C++, Java, and a PHP module has now been added as well. This is a 'direct access' database, not a relational one. It emulates the verbs of the EDITOR language.
655.36 KB  
Libraries  -  Wais 2.311
Wais is a Perl module with access to freeWAIS-sf libraries. USAGE The main high-level interface are the functions Wais::Search and Wais::Retrieve. Both return a reference to an object of the class Wais::Result. Wais::Search Arguments of...
54.27 KB  
Database Tools  -  ApexSQL Search 2014.01
ApexSQL Search analyzes SQL Server database object's dependencies within the database, across databases, scripts and even applications. It recognizes all database dependencies, even those not recognized by SQL Server itself. Search for SQL objects...
6 MB  
Automotive Information Databases  -  Database Browser 3.3.0.2
This easy to use tool allows user to connect to any database and browse or modify data ,run sql scripts, export and print data. There are two versions available. Standard and Portable Standard version can be installed on Windows PC....
2.47 MB  
Libraries  -  OzDB 0.02
OzDB is a database Perl interface module for OzBot. SYNOPSIS use OzDB; The OzDB Perl module handles authentication and access control for the OzBot based utility bots. The basic database format is the authentication schema. This is based on...
12.29 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB