Difference between revisions of "Bio::Chado::Schema"

From GMOD
Jump to: navigation, search
(BCS is getting less alpha, changed wording to be more reassuring)
m (capitalization error)
Line 1: Line 1:
 
Bio::Chado::Schema is a standard [http://search.cpan.org/perldoc?DBIx::Class DBIx::Class] layer for Chado, in Perl.  DBIx::Class is an object-relational mapping system similar to other ORMs in other languages, such as Python's SQLAlchemy and Java's Hibernate.
 
Bio::Chado::Schema is a standard [http://search.cpan.org/perldoc?DBIx::Class DBIx::Class] layer for Chado, in Perl.  DBIx::Class is an object-relational mapping system similar to other ORMs in other languages, such as Python's SQLAlchemy and Java's Hibernate.
  
'''Bio::Chado::SChema is still in an early stage of development, please consider contributing to the project.'''
+
'''Bio::Chado::Schema is still in an early stage of development, please consider contributing to the project.'''
  
 
Bio::Chado::Schema is a standard set of Perl modules that should work with any database supported by DBIx::Class.  So far, it has been used successfully with Chado schemas running on both PostgreSQL and Oracle.  Please try it out and report back to the mailing list!
 
Bio::Chado::Schema is a standard set of Perl modules that should work with any database supported by DBIx::Class.  So far, it has been used successfully with Chado schemas running on both PostgreSQL and Oracle.  Please try it out and report back to the mailing list!

Revision as of 17:10, 19 January 2010

Bio::Chado::Schema is a standard DBIx::Class layer for Chado, in Perl. DBIx::Class is an object-relational mapping system similar to other ORMs in other languages, such as Python's SQLAlchemy and Java's Hibernate.

Bio::Chado::Schema is still in an early stage of development, please consider contributing to the project.

Bio::Chado::Schema is a standard set of Perl modules that should work with any database supported by DBIx::Class. So far, it has been used successfully with Chado schemas running on both PostgreSQL and Oracle. Please try it out and report back to the mailing list!

Development

Development of Bio::Chado::Schema uses git, hosted on GitHub: http://github.com/rbuels/Bio-Chado-Schema

Contributors

Documentation

API Documentation is in Perl POD format, and can be browsed at http://search.cpan.org/dist/Bio-Chado-Schema

Download

Releases of Bio::Chado::Schema are available on CPAN: http://search.cpan.org/dist/Bio-Chado-Schema

Use your preferred CPAN client to install it:

  cpan Bio::Chado::Schema

is often sufficient.

Support

Currently, you can get help using Bio::Chado::Schema via the GMOD Schema mailing list (see GMOD_Mailing_Lists).