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

How to store data when SQL sucks

Name: Anonymous 2013-01-21 8:22

Is SQLite the only option for data storage in a cross-platform desktop app? WTF?

SQL is such a broken leaky abstraction and most NoSQL stuff is even worse (JSON for queries? Seriously?). Either way though none of that helps desktop apps unless you want to manage a separate database process.

I'm tempted to write my own B+tree impl but that's like a pain in the ass. Where is libpersistent-data-structures that I can drop into my project?

Name: 16 2013-01-21 18:14

Oh, and if you need an embedded DB you can always use this 'basic' database.

http://en.wikipedia.org/wiki/Berkeley_DB

Name: Anonymous 2013-01-22 5:23

um,  just got, and what you are asking op is Berkley_DB, the oldest and fastest. If you ini and awk layout, you will feel at home with Berkley_DB.

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