News

SQLite is an embeddable open source database, written in C and queryable with conventional SQL. SQLite is designed to be fast, portable, and reliable, whether you’re storing only kilobytes of ...
He set out to bring a tool he was familiar with, SQLite, and bring it to the web browser as absurd-sql. That brings us to the other reason why it’s absurd. On chrome (as well as Firefox), absurd ...
Unfortunately, it doesn't provide a SQL interpreter and, thus, is quite difficult to use for simple tasks. An amazing little database engine called SQLite is, however, rapidly gaining ground. SQLite ...
Dapper—the open-source and lightweight “micro ORM” I’ve written about often— supports many databases including SQL Server, MySQL, SQLite, SQL CE, and Firebird. By using Dapper in your ...
In my last column, I introduced SQLite, an amazing little database engine written and provided entirely in C source code. I showed you how to begin wrapping it up in modern C++, producing a correct ...
I recently published a tutorial describing the different available methods to store data locally in an Android app. However, due to article length constraints, I could not adequately cover ...