Saturday, May 10, 2008

sqlite rocks!

I feel like I'm late to the party on this one, but I just discovered sqlite and the associate Perl module, DBD::sqlite. For those that are later than me, it is an implementation of SQL that resides in a single file, with no setup of any kind involved. I'm using it to store data that I frequently need only portions of in my Perl program. This provides a powerful & elegant way of doing just that. I hope you find it as useful as I do!

1 comment:

David's Blog said...

I just discovered SQLite as well. I was absolutely blown away. I have struggled with SqlServerCe for a while. I realized that deploying SqlServerCe was no child's play. After googling around I found SQLite. I will never look back!
This is really great