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 <[email protected]> (courtesy of Ivan Kohler <[email protected]>)Mitchell Friedman <[email protected]>
Bernd Dulfer <[email protected]>
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.