I need some sort of simple, ease to use database library that can be utilized by C. I'm using it for a non-ENTERPRISE application, so security and all that jazz aren't big deals.
Name:
Anonymous2010-01-01 10:28
+1 for sqlite.
BerkleyDB is possibly more powerful, but for personal projects it's not worth the extra effort.