It would be nice to allow the same interface to work for multiple
database types. So,
$schema = SQL::Schema->new($dbh);
seems appealing. In other words a thin SQL::Schema 'wrapper' module
that then loads a "SQL::Schema::$driver_name" module to do the work.
Tim.
On Tue, Apr 11, 2000 at 06:58:10PM +0200, Torsten Hentschel wrote:
> Hi!
>
> Though I am not yet registered as an author on pause,
> I would like to get comments on a name for a module.
> I do not stick with the current name SQL::Schema::*.
> The opposite is true. Currently the module only supports
> DDL statements within Oracle's SQL dialect and is only
> capable to extract a subset of an Oracle database schema.
>
> Some of the names I have in mind are:
>
> Oracle::DDL::*
> Oracle::Schema::*
> SQL::DDL::Oracle::*
> SQL::Oracle::*
>
> Currently I do like the second most, I think.
>
> Torsten
>
> P.S.: I attached some of the docs and a tarball.
>
> --
> Torsten Hentschel private
> [EMAIL PROTECTED]