-
-
07 May 2015 05:20:18 UTC
- Distribution: DBIx-DBSchema
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (8)
- Testers (2218 / 1 / 0)
- Kwalitee
Bus factor: 1- 24.73% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (28.46KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- DBI
- Storable
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
DBIx::DBSchema::DBD::Oracle - Oracle native driver for DBIx::DBSchema
SYNOPSIS
use DBI; use DBIx::DBSchema;
$dbh = DBI->connect('dbi:Oracle:tns_service_name', 'user','pass'); $schema = new_native DBIx::DBSchema $dbh;
DESCRIPTION
This module implements a Oracle-native driver for DBIx::DBSchema.
AUTHOR
Daniel Hanks <hanksdc@about-inc.com>
Module Install Instructions
To install DBIx::DBSchema, copy and paste the appropriate command in to your terminal.
cpanm DBIx::DBSchema
perl -MCPAN -e shell install DBIx::DBSchema
For more information on module installation, please visit the detailed CPAN module installation guide.