logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SQL::Translator::Parser::Sybase - parser for Sybase

Author

       Ken Y. Clark <kclark@cpan.org>.

Description

       Mostly parses the output of "dbschema.pl," a Perl script freely available from http://www.midsomer.org.
       The parsing is not complete, however, and you would probably have much better luck using the DBI-Sybase
       parser included with SQL::Translator.

Name

       SQL::Translator::Parser::Sybase - parser for Sybase

See Also

       SQL::Translator, SQL::Translator::Parser::DBI, <http://www.midsomer.org/>.

perl v5.40.0                                       2024-11-23               SQL::Translator::Parser::Sybase(3pm)

Synopsis

         use SQL::Translator::Parser::Sybase;

See Also