Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8026

SDK • Re: Need help integrating database functionality into C web server code

$
0
0
I worked on one project that built a B-Tree database from scratch. It was originally just for configuration (which was pretty complex in this case), but once you have a database around, it sure is convenient to use for all kinds of things. It was fairly simple in principle, but it is tricky to get the many details right, like ACID transactions, avoiding corruption in case of interruption, etc. It would be nice to be able to use a mature database system like SQLite.

You can store an awful lot of data on an SD card these days.

Statistics: Posted by carlk3 — Thu Apr 11, 2024 5:44 pm



Viewing all articles
Browse latest Browse all 8026

Trending Articles