News

The SQLite3 command line interface makes it incredibly easy to create databases, configure tables, delete records and even get status updates on the state of your SQLite database. If you're using ...
How to install SQLite3 SQLite is an incredibly lightweight and remarkably popular SQL-compliant database. In fact, it’s so lightweight that many microdevices and Linux distributions come with SQLite ...
Lightweight and fast SQLite shines as a development companion. Learn how to take advantage of it in ASP.NET Core.
Introduction 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 ...