News
In many cases, an embedded database will do. Embedded databases are lightweight, compact, and portable—and for some applications, they are a better choice than a traditional server. SQLite is an ...
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, ...
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 ...
You can use SQLite to gain both faster data access and a smaller footprint. The SQLite database is usually stored as a single disk file, although it can also work as an in-memory database.
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 ...
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 ...
If your business accounting program connects to an SQLite database, you might want to export data from the application for analysis and use in Microsoft Excel. If the application does not have a ...
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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results