Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Databases

Name: Anonymous 2009-12-30 22:06

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: Anonymous 2010-01-01 22:23

>>28
SQLite isn't supposed to be a fully featured DBMS.
Neither is BerkleyDB. Far from it. They are actually remarkably similar in the sense that they are _embedded_ database solutions, which is why they are both rather popular in OSS. BerkleyDB doesn't even have a SQL query syntax, IIRC.

I'm not complaining about SQLite. Over the past 5 years I've used SQLite in roughly 80% of my projects. It's fast, small,  and simple. Couldn't ask for more... unless your project needs something that can handle heavy traffic from multiple sources seamlessly. Then you're fucked.

Do you complain that your fridge can't play DVDs?

Yes. All the time.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List