1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Changes History of significant changes to the DBI
DBI.pm The Database Interface Module Perl code
DBI.xs The Database Interface Module XS code
DBIXS.h The DBI XS public interface for Drivers (DBD::...)
Driver.xst Template driver xs file
Driver_xst.h Template driver xs support code
MANIFEST
META.yml Module meta-data in YAML
Makefile.PL The Makefile generator
Perl.xs Test harness (currently) for Driver.xst
README
Roadmap.pod Planned changes and enhancements for the DBI
TODO_2005.txt Old (but still mostly relevant) occasional random notes about what's missing
TASKS.pod Want to help? These things need doing...
dbd_xsh.h Prototypes for standard Driver.xst interface
dbi_sql.h Definitions based on SQL CLI / ODBC (#inc'd by DBIXS.h)
dbipport.h Perl portability macros (from Devel::PPort)
dbiprof.PL
dbiproxy.PL Frontend for DBI::ProxyServer
dbivport.h DBI version portability macros (for drivers to copy)
ex/perl_dbi_nulls_test.pl A test script for forms of IS NULL qualification in SQL
ex/profile.pl A test script for DBI::Profile
lib/Bundle/DBI.pm A bundle for automatic installation via CPAN.
lib/DBD/DBM.pm A driver for DBM files (uses DBD::File)
lib/DBD/ExampleP.pm A very simple example Driver module
lib/DBD/File.pm A driver base class for simple drivers
lib/DBD/NullP.pm An empty example Driver module
lib/DBD/Proxy.pm Proxy driver
lib/DBD/Sponge.pm A driver for fake cursors (precached data)
lib/DBI/Const/GetInfo/ANSI.pm GetInfo data based on ANSI standard
lib/DBI/Const/GetInfo/ODBC.pm GetInfo data based on ODBC standard
lib/DBI/Const/GetInfoReturn.pm GetInfo return values plus tools based on standards
lib/DBI/Const/GetInfoType.pm GetInfo type code data based on standards
lib/DBI/DBD.pm Some basic help for people writing DBI drivers
lib/DBI/DBD/Metadata.pm Metadata tools for people writing DBI drivers
lib/DBI/FAQ.pm The DBI FAQ in module form for perldoc
lib/DBI/Profile.pm Manage DBI usage profile data
lib/DBI/ProfileData.pm
lib/DBI/ProfileDumper.pm
lib/DBI/ProfileDumper/Apache.pm
lib/DBI/ProfileSubs.pm
lib/DBI/ProxyServer.pm The proxy drivers server
lib/DBI/PurePerl.pm A DBI.xs emulation in Perl
lib/DBI/SQL/Nano.pm A 'smaller than micro' SQL parser
lib/DBI/W32ODBC.pm An experimental DBI emulation layer for Win32::ODBC
lib/Win32/DBIODBC.pm An experimental Win32::ODBC emulation layer for DBI
t/01basics.t
t/02dbidrv.t
t/03handle.t
t/04mods.t
t/05thrclone.t
t/06attrs.t
t/07kids.t
t/08keeperr.t
t/09trace.t
t/10examp.t
t/11fetch.t
t/14utf8.t
t/15array.t
t/20meta.t
t/30subclass.t
t/40profile.t
t/41prof_dump.t
t/42prof_data.t
t/43prof_env.t
t/50dbm.t
t/60preparse.t
t/70callbacks.t
t/72childhandles.t
t/80proxy.t
t/pod.t
test.pl Assorted informal tests, including tests for memory leaks
typemap
|