News

This SQLite tutorial will show you how to install SQLite3 on Windows, create tables in a database and perform read, update and delete operations.
Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.
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 … ...
SQLite is designed to be fast, portable, and reliable, whether you’re storing only kilobytes of data or multi-gigabyte blobs. We'll take a look at SQLite, including where and when to use it and ...
Connecting Excel to SQLite. Businesses use a wide array of accounting applications to manage their finances. Some businesses use commercial accounting or financial applications while others create ...
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 ...
How to Use SQLite in Ubuntu. SQLite is a simple yet powerful embedded SQL database engine. Unlike other database systems, SQLite does not need to run on a server, and all information is stored in ...
Learn how to use SQLite in your Android app. SQLite is a fully fledged relational database that can be embedded in Android applications.
On the iPhone, the SQLite database vulnerability can be accessed thanks to a known bug in iOS’s Contacts app that has existed for four years now without a fix.
Part three of our Metasploit tutorial covers database configuration in Metasploit and what needs to be done subsequent to exploitation using Metasploit.