News

SQLite is simple to install and run from the command line on Ubuntu Linux, and can be a good choice for custom small business applications that can run across a range of devices.
SQLite is a C library that implements an SQL database engine. A large subset of SQL92 is supported. A complete database is stored in a single disk file. The API is designed for convenience and ease of ...
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 ...
One of the great peculiarities of the SQLite database has been its typeless storage--any data of any size can be stuffed into any field. That feature hasn't changed in version 3, but a new feature ...
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 Lab Intelligent Monitoring System based on S3C2440 ARM microprocessor and embedded Linux has been designed to accomplish the remote monitoring of the parameters and video images of environment in ...
An update for sqlite is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System ...