-
-
25 Nov 2003 20:51:13 UTC
- Distribution: DBD-Mimer
- Module version: 1.00
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (15 / 9 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (71.17KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
DBD::Mimer - Mimer SQL Driver for DBI
SYNOPSIS
use DBI; $dbh = DBI->connect('dbi:Mimer:DSN', 'user', 'password');
See DBI for more information.
DESCRIPTION
DBD::Mimer is a Perl5 database interface for the Mimer SQL database.
Using this module is one of several ways of accessing Mimer SQL from the Perl programming language. The most portable way is to use DBD::ODBC through a driver manager. The driver manager offers an abstraction layer which improves portability. In some situations, using a driver manager is not feasible. This could be true because you don't want to install a driver manager on your system, or that there is no driver manager available for your type of system.
DBD::Mimer offers the same features as DBD::ODBC but links statically with the Mimer ODBC driver, thus skipping the driver manager.
Most of the code, build scripts and documentation is derived from DBD::ODBC. Development of DBD::Mimer will not extend beyond features offered by DBD::ODBC. This way, anyone using DBD::Mimer can easily switch to DBD::ODBC when a driver manager is preferred.
Recent Updates
This is the first DBD::Mimer release. Most of the code has been forked from DBD::ODBC 1.06. Our compliments to the original author and subsequent maintainers. Code was added to handle Mimer data sources. Tests, included in DBD::ODBC, not coded against SQL-99 was dropped. Some tests in DBD::ODBC was hardcoded using Microsoft SQL Server and Oracle specific SQL constructs.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 468:
=over should be: '=over' or '=over positive_number'
Module Install Instructions
To install DBD::Mimer, copy and paste the appropriate command in to your terminal.
cpanm DBD::Mimer
perl -MCPAN -e shell install DBD::Mimer
For more information on module installation, please visit the detailed CPAN module installation guide.