SV: SV: Perl 6 modules plan
[email protected] (Henrik Tougaard) Sun, 12 Aug 2001 12:21:19 +0200
| Newsgroups | perl.perl6.stdlib |
|---|---|
| Message-ID | <[email protected]> |
> -----Oprindelig meddelelse----- > Fra: Kirrily Robert [mailto:[email protected]] > > Nope. Here's my list of things which are top-level namespaces for > database-related modules: > > AnyDBM_File > BTRIEVE > BerkeleyDB > AsciiDB > DBD > DBI > DBIx > DBM > DBZ_File > DB_File > GDBM_File > MLDBM > MSSQL > Msql > Mysql > NDBM_File > ODBM_File > Oraperl > Pg > Pg95 > PgSQL > SDBM_File > SQL > Sybase > XBase > > Note how few of them are DBI-related. I want to get them > *all* together. You have forgotten: Ingperl Sybperl Sqlperl and a host of other perl4-compatibilitymode modules (including Oraperl, and I think Msql, Mysql, Pg, Pg95, Sybase). I hope that we forperl6 can standardise database acces on DBI - most of the modules you list have a DBD:: modules too. That leaves a smatering of other modules - mainly different versions of DBM. Do we still want 10 toplevel namespaces for that? I feel not. They should (and hope fully can) be collected in a single toplevel namespace, preferably with a common interface (like DBI, but for DBM variants). -- Henrik Tougaard, Copenhagen, Denmark "The first rule of Perl Club is, we don't talk about Perl Club" - Dave Cross at YAPC::Europe 2.0.01