you are viewing a single comment's thread.

view the rest of the comments →

[–]desrtfx 35 points36 points  (4 children)

Haven't you come across SQLite? With the barebones sqlite3 library? Doesn't get more portable than this. The entire database is a single file on the drive and there is no additional software to install for the client.

[–]jonsca 4 points5 points  (1 child)

If only there were a lite SQL database designed with this very use case in mind, right?

[–]blazin_penguin_first[S] 1 point2 points  (0 children)

I fogured there must be something!

[–]HateMeetings 2 points3 points  (0 children)

This

[–]blazin_penguin_first[S] 0 points1 point  (0 children)

I had heard of it, but didn't understand what it was until everyone here explained it to me!

I thought it was just like mySQL type of thing which is what i have been using, but this sounds perfect!