Firebird: fix test cleanup, add ODBC wrapper
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC / Firebird.pm
CommitLineData
dff4c3a3 1package DBIx::Class::Storage::DBI::ODBC::Firebird;
2
3use strict;
4use warnings;
5use base qw/DBIx::Class::Storage::DBI::InterBase/;
6use mro 'c3';
7
81;
9
10=head1 NAME
11
12DBIx::Class::Storage::DBI::ODBC::Firebird - Driver for using the Firebird RDBMS
13through ODBC
14
15=head1 SYNOPSIS
16
17All functionality is provided by L<DBIx::Class::Storage::DBI::Interbase>, see
18that module for details.
19
20=head1 AUTHOR
21
22See L<DBIx::Class/AUTHOR> and L<DBIx::Class/CONTRIBUTORS>.
23
24=head1 LICENSE
25
26You may distribute this code under the same terms as Perl itself.
27
28=cut