Skip to main content

SQLite

Getting Started

Documentations

Important links to official documentations:

Articles and Blog Posts

Projects

Books

Communities

Tweets

Videos

SQLite Hackers

If you're intrested in building a SQLite clone from scratch, see my database systems development notes. Below are some good technical documentations you can reference while doing that.

Experimental

  • HC-tree - A project attempting to develop a new database backend that improves upon regular SQLite: high-concurrency, support for replication, and beyond 16TiB database size limit.

Research

Papers

Lists