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/;
16 DBIx::Class::Storage::DBI::Firebird - Driver for the Firebird RDBMS via
21 This is an empty subclass of L<DBIx::Class::Storage::DBI::InterBase> for use
22 with L<DBD::Firebird>, see that driver for details.
30 See L<DBIx::Class/AUTHOR> and L<DBIx::Class/CONTRIBUTORS>.
34 You may distribute this code under the same terms as Perl itself.