sqlite

SQLite3 Tutorial 2

This tutorial how to alphabetize a multidimensional array in SQLite. It also shows you the code you can use to generate insert statements so you can save yourself a ton of time.

SQLite3 Tutorial

This video explains how to install SQLite3 on both Mac and Windows. It also covers how to use SQLite3 using the console. SQLite is an open source software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.

Project stORM Open Source ORM for SQLite on Android

stORM is a simple open source template-based Object Relational Mapping tool for Android SQLite. is This new offering aims for a streamlined developer experience (only two annotations required) and solid performance (preferring code generation over reflection). stORM is extensible, minimally intrusive, and offers built-in CSV backup / restore capabilities to facilitate database version upgrades.

Using SQLite in Windows Store Apps

Learn you how to add SQLite support to your Windows Store apps. SQLite is a free open source library that provides a self-contained transactional SQL database engine. This video demonstrates how to setup a project to use SQLite as well as how to query, add, update and delete items in the database.

PHP and SQLite Magic

SQLite is the most widely deployed SQL database engine in the world. SQLite is used in common web and mobile applications where simple SQL functions are needed. SQLite allows you to use those functions without having to run a resource heavy database server especially for smaller low scale applications.

SQLite Tutorial

This video shows a user how to take SQLite for a first spin using the command-line tool. It shows how to get in, get out and how to use some basic SQL commands with SQLite. Get more information on SQLite on http://www.squidoo.com/sqlitetutorial