One of the developers I work with keeps telling me that I should take a look at SQLite. We have an application that has a memory and CPU intensive data structure that SQLite might be a good use for. It has been on my list of things to learn more about for some time.

This morning, I discover that there is an interview with Richard Hipp in my feed from FLOSS Weekly. While not an overly technical interview, it is a great overview of SQLite, including typical applications, how the project came to be, how it was released to the public domain, etc.

I can imagine myself using SQLite, especially in some of the more data intensive test and evaluation scripts that I write. I just increased the priority of looking into SQLite.