News

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 ...
However, due to article length constraints, I could not adequately cover creating and using an SQLite database for data persistence. In this tutorial, I delve into how to use an SQLite database ...
SQLite is a powerful, embedded relational database management system in a compact C library, developed by D. Richard Hipp. It offers support for a large subset of SQL92, multiple tables and indexes, ...
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 ...
SQLabs has released SQLiteManager 1.0, a database management system designed to work with SQLite, the embeddable SQL database engine. SQLiteManager allows you to browse, create and drop tables ...
On Friday, SQLabs announced the release of SQLiteServer 1.0, which allows users to remotely access SQLite databases from any client set up to understand the server’s protocol. The company notes ...
An amazing little database engine called SQLite is, however, rapidly gaining ground. SQLite is a library in the best sense of the word. Unlike SQL Server Compact Edition, which is distributed as a set ...