First page Back Continue Last page Overview Graphics
DBD::AnyData
Gives you a DBI interface to text files without a daemon.
Now you can use SQL on your CSV file.
You can also access that CSV file the old way at the same time!
Applications with many installations get a feature for free.
Notes:
The DBD::AnyData allows your perl application to have full SQL access to any storage format that is supported by AnyData. It gets emulated by SQL::Statement, so there's no need to run a daemon.
Now you can do SELECT statements on your CSV file!
If you have an application that is run by many users, you can use DBD::AnyData to get a feature for free. Let the users decide if they want a flat file or database back end. Either way, you just need to maintain the SQL.