News

Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.
A security vulnerability in the massively popular SQLite database engine puts thousands of desktop and mobile applications at risk. Discovered by Tencent's Blade security team, the vulnerability ...
The SQLite database-management system offers many of the features found in large-scale commercial database software, including the ability to import Comma-Separated Variable (CSV) files. Many ...
When writing code, use relative paths to the database. For example, if your code is in home/public_html/testapp/test.php, you would connect to the database with the command ...
SQLite is designed to be fast, portable, and reliable, whether you’re storing only kilobytes of data or multi-gigabyte blobs. We'll take a look at SQLite, including where and when to use it and ...
Learn about SQLite database engine internals so you can simplify your code and improve the performance of your applications.
In my last article I wrote about accessing a PostgreSQL database in C/C++. In this article, I'm going to discuss performing the same functions in C against an SQLite database. Unlike Postgresql and ...
Whether you want some quick and dirty data storage, or simply don’t have that heavy requirements for your local database system, SQLite is always a good choice. With its portable single-file ...
Adobe funds SQLite database Company says it's funding public-domain project incorporated into some of Adobe's own software. Also new: an Adobe open-source site.