1 package DBIx::Class::Storage::DBI::Firebird;
6 # Because DBD::Firebird is more or less a copy of
7 # DBD::Interbase, inherit all the workarounds contained
8 # in ::Storage::DBI::InterBase as opposed to inheriting
9 # directly from ::Storage::DBI::Firebird::Common
10 use base qw/DBIx::Class::Storage::DBI::InterBase/;
17 DBIx::Class::Storage::DBI::Firebird - Driver for the Firebird RDBMS via
22 This is an empty subclass of L<DBIx::Class::Storage::DBI::InterBase> for use
23 with L<DBD::Firebird>, see that driver for details.
25 =head1 FURTHER QUESTIONS?
27 Check the list of L<additional DBIC resources|DBIx::Class/GETTING HELP/SUPPORT>.
29 =head1 COPYRIGHT AND LICENSE
31 This module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>
32 by the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can
33 redistribute it and/or modify it under the same terms as the
34 L<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.