Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Usage for databases [closed]

Tags:

database

I've tried to motivate myself to learn databases several times now, but I'm having a hard time seeing where they're used. I don't do any web development nor any scientific computing, so is there anyplace where I could reasonably use a database?

like image 414
samoz Avatar asked Aug 21 '26 04:08

samoz


1 Answers

I see that you are an embedded CS student, at least by your profile. I bet most of the projects you've worked on would have no practical use for a database, due to software/hardware limitations in many cases.

However, relational databases are being used on certain small/embedded platforms now. Check out SQLite, which is a small relational database engine written in C that is highly suited for embedded PC/PC-104 projects. This database is used on various embedded systems, including cell phones and MP3 players. A prominent embedded Linux proponent performed some research on the database and determined that it suitable for use in soft-realtime applications.

like image 178
J. Polfer Avatar answered Aug 26 '26 06:08

J. Polfer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!