guyinatuxedo / sqlite3Docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite3 Docs

Links

Here are links to the various docs

Basics

This just covers some of the basics of sqlite3 operation.

String Processing

This briefly describes the process for parsing a string, and deciding what actions to take to service the query.

Memory

This describes the memory management of sqlite3.

db file loading

So this document describes how sqlite3 will load a database file.

virtual machine

This document describes the virtual machine implementation of sqlite3.

Insertion

This document describes the process sqlite3 record insertion.

Selection

This document describes the process of sqlite3 record retrieval.

Index

This document will describe indexes.

Record Leaking

A record manipulation primitive.

Record Overflow

A record manipulation primitive.

Record Overlapping

A record manipulation primitive.

About