The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

AutoSQL

empowering database project developers

Objective

Archiecture

        User
    ------------
    AdaptorFactory
    DBAdaptor
    ----------
    ObjectAdaptor
    ===
    DBMS

Software Prerequisite

You need to install firstly the below softare and Perl modules on your system, and make it accessable in your project environment.

Software - MySQL

CPAN Module - DBI DBD::mysql AutoCode AutoSQL - just this one

Usage

I hope you have some experience on database development, preferably with Ensembl or Bioperl-db projects, since this is really not easy for computer newbies to understand.

Two ways to get customized DBAdaptor

  1. You customize one for yourself. See Contact::DBSQL::DBAdaptor

  2. use AdaptorFactory. See t/adaptorfactory.t