Browsing Category
SQLite
65 posts
SQLite is a database engine written in the C programming language. It is not a standalone app; rather, it is a library that software developers embed in their apps. As such, it belongs to the family of embedded databases.
Uses of SQLite
When people ask me where SQLite actually fits into the real world, I usually tell them the honest…
SQLite Embedded Device Support
When I first started tinkering with embedded systems as part of my broader interest in low-level programming, I…
SQLite Unique Features
The more time I’ve spent working with SQLite, the more I’ve come to appreciate that it isn’t just…
What Is SQLite?
When I first heard the name “SQLite,” I honestly assumed it was some kind of trimmed-down toy database…
Become a SQLite master
I’ve spent a long time working with SQLite across mobile-style prototypes, embedded logging systems, command-line tools, and quick…