SQLite

Projects

Do the MySQL projects in SQLite

Documentation

Python - SQLite 3

SQLite Home

A SQLite Example

Tutorials

SQLite Python Tutorials

Install SQLite3

The sqlite3 module is part of the standard Python library, so on a standard Ubuntu installation or any system with Python installed, no further installation is strictly necessary. To install the Sqlite command line interface on Ubuntu, use these commands:

sudo apt-get update
sudo apt-get install sqlite3 libsqlite3-dev