DBI::SQL::Nano
 
 
- The DBI now includes an SQL parser module: DBI::SQL::Nano
- 
- Has an API compatible with SQL::Statement
- 
 
- If SQL::Statement is installed then DBI::SQL::Nano becomes an empty subclass of SQL::Statement
- 
- unless the DBI_SQL_NANO env var is true.
- 
 
- Existing DBD::File module is now shipped with the DBI
- 
- base class for simple DBI drivers
- modified to use DBI::SQL::Nano.
- 
 
- New DBD::DBM driver now shipped with the DBI
- 
- An SQL interface to DBM and MLDBM files using DBD::File and DBI::SQL::Nano.
-