openbsd-ports/databases/p5-DBI/pkg/DESCR

12 lines
609 B
Plaintext
Raw Normal View History

1998-03-24 12:50:16 -05:00
The DBI interface allows perl programs to use DBD (Database Definition)
2001-04-02 11:57:11 -04:00
drivers with a common set of routines. A program can then
(theoretically) change from using mSQL to Oracle (for example)
without changing the entire program around.
1998-03-24 12:50:16 -05:00
This DBI interface is not yet fully specified. The current development
work is focused on writing drivers, such as DBD::Oracle, which also
implement emulations of old perl4 database interfaces, e.g., oraperl.
This strategy enables the DBI and drivers to serve a useful purpose
2001-04-02 11:57:11 -04:00
whilst allowing the real interface to evolve with experience behind
the emulation interface.