DBIx::DBSchema::DBD::Sybase - Sybase database driver for DBIx::DBSchema


NAME

DBIx::DBSchema::DBD::Sybase - Sybase database driver for DBIx::DBSchema


SYNOPSIS

use DBI; use DBIx::DBSchema;

$dbh = DBI->connect('dbi:Sybase:dbname=database', 'user', 'pass'); $schema = new_native DBIx::DBSchema $dbh;


DESCRIPTION

This module implements a Sybase driver for DBIx::DBSchema.


AUTHOR

Charles Shapiro <charles.shapiro@numethods.com> (courtesy of Ivan Kohler <ivan-dbix-dbschema@420.am>)

Mitchell Friedman <mitchell.friedman@numethods.com>

Bernd Dulfer <bernd@widd.de>


COPYRIGHT

Copyright (c) 2001 Charles Shapiro, Mitchell J. Friedman Copyright (c) 2001 nuMethods LLC. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


BUGS

Yes.

The primary_key method does not yet work.


SEE ALSO

the DBIx::DBSchema manpage, the DBIx::DBSchema::DBD manpage, the DBI manpage, the DBI::DBD manpage

 DBIx::DBSchema::DBD::Sybase - Sybase database driver for DBIx::DBSchema