# AutoSQL **Repository Path**: mirrors_gitpan/AutoSQL ## Basic Information - **Project Name**: AutoSQL - **Description**: Read-only release history for AutoSQL - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =head1 AutoSQL empowering database project developers =head2 Objective =head2 Archiecture User ------------ AdaptorFactory DBAdaptor ---------- ObjectAdaptor === DBMS =head2 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 =head2 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 =over 4 =item 1 You customize one for yourself. See Contact::DBSQL::DBAdaptor =item 2 use AdaptorFactory. See t/adaptorfactory.t =back =cut