News

Is SQLite one of the foundations for the next generation of the Internet? Companies have announced they're hiring developers to work on SQL-based projects and deploying new tools that use it as ...
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.
Thus, SQLite is unencumbered by troublesome license agreements. Check out my Pluralsight course, " 10 Practical Techniques to Power Your Visual C++ Apps," for more information about SQLite. I provide ...
The SQLite database is a wildly successful and ubiquitous software package that is mostly unknown to the larger IT community. Designed and coded by Dr. Richard Hipp, the third major revision of SQLite ...
SQLite is a tremendously useful database for C++ developers. In this follow-up, Kenny Kerr shows various techniques for improving performance even further.
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 ...
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 ...