News

Before accessing the database, a visitor to the ACP website is presented with an agreement that prohibits the downloading or reselling of the data, after which one is directed to click on “I ...
SQLite is an open source database that has been growing in popularity. It's footprint is small and is used in a wide-variety of types of applications.
On the iPhone, the SQLite database vulnerability can be accessed thanks to a known bug in iOS’s Contacts app that has existed for four years now without a fix.
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...
Tainted SQLite database can run malicious code inside other apps, such as web apps or Apple's iMessage.
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 ...
Cloudflare recently unveiled more details about the serverless database D1, the new service supporting SQLite to store and query relational data globally with low latency. D1 is the first SQL ...
SQLite offers up a lot of raw power and performance. It's a no-compromise database engine, and takes some careful consideration to make the most of its capabilities. I've shown a number of techniques ...
Lightweight and fast SQLite shines as a development companion. Learn how to take advantage of it in ASP.NET Core.