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 ...
SQLiteSync is sqlite database management software Posted by | Jan 24, 2012 | Uncategorized | SQLabs has announced SQLiteSync for Mac OS X and Windows. It’s a application to compare, merge and keep in ...
HC-tree is a project aimed at building a new backend for SQLite specifically optimized for high-concurrency and lead-follower style replication. While still experimental, HC-tree can be used as an ...
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.
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 ...
How to Connect a Website to SQLite. When developing a website for your business on your own servers, you may have to deal with database programming and use database data on your website. Using a ...
The Windows Runtime stack is currently lacking a local relational database from Microsoft. Never fear, because SQLite is freely available and up to the task. Today I'll be covering how to use SQLite ...