Summary: SQLite is a great, free, embedable database. It's fast, tiny, and reliable, and has some cool features like support for NTFS compression of the database file. It's multithreaded, but its coarse locking can be a problem. I first read about SQLite over at EggHeadCafe researching ASP.NET database...