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>

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.

Most of this is not implemented.

the "columns" method works; primary key, unique and index do not yet. Please send any patches to all three addresses listed above.

SEE ALSO

DBIx::DBSchema, DBIx::DBSchema::DBD, DBI, DBI::DBD