Discussion:
DBIx::Class 0.08115 released with good Sybase ASE support
Rafael Kitover
2009-12-13 06:05:53 UTC
Permalink
Hello Sybperl-L,

The Perl ORM DBIx::Class now has a Sybase ASE driver:
http://search.cpan.org/~frew/DBIx-Class-0.08115/lib/DBIx/Class.pm

Documentation:
http://search.cpan.org/~frew/DBIx-Class-0.08115/lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm

Features:
* placeholder support with emulated last_insert_id
* no-placeholder mode
* works with freetds and openclient (in various misconfigurations)
* seamless TEXT/IMAGE support
* bulk API support (with ->populate in void context, see caveats)

A Schema::Loader that works with Sybase is available via dev release or
via svn from the current branch:
http://dev.catalyst.perl.org/repos/bast/branches/DBIx-Class-Schema-Loader/current/
Loading...