This is SQLite tutorial. It covers the SQLite database engine, sqlite3 command line tool and the SQL language covered by the database engine.
SQLite is an embedded relational database engine. Its developers call it a self-contained, serverless, zero-configuration and transactional SQL database engine.
MySQL tutorial
SQLite Python tutorial
SQLite PHP tutorial
SQLite Perl tutorial
SQLite Ruby tutorial
SQLite C# tutorial
SQLite Visual Basic tutorial