Software - MySQL


AutoSQL documentation  | view source Contained in the AutoSQL distribution.

Index


AutoSQL

Top

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


AutoSQL documentation  | view source Contained in the AutoSQL distribution.