Simple declarative schema migration for SQLite| david.rothlis.net
I love simplicity. Complexity is our eternal enemy and Simplicity is beautiful; rarely something is as simple as SQLite: a single-file, in-process database. It runs inside our application, there is no need for a separate database server.| binaryigor.com
CREATE TRIGGER| www.sqlite.org
CREATE TABLE| www.sqlite.org
ALTER TABLE| www.sqlite.org
1. Introduction| www.sqlite.org
Small. Fast. Reliable.| www.sqlite.org
SQLite Foreign Key Support| www.sqlite.org
type| www.sqlite.org
Compile-time Options| www.sqlite.org
Small. Fast. Reliable.| www.sqlite.org
This document describes and defines the on-disk database file| www.sqlite.org
Generated Columns| www.sqlite.org
This document describes and defines the on-disk database file| www.sqlite.org