sqlite

sqlite

dz / sqlite

Summary

topics related to the sqlite database

Subgraphs

Node Tree

Nodes

website
content SQLite homepage
children python/docs/stdlib/persistence/sqlite3
hyperlink https://www.sqlite.org/
location knowledge/sqlite.dz:4

past_present_future
content SQLite: past, present, future
children links/bloom_filters_sqlite (five-minute notes on "Past, Present, Future" SQLite paper)
hyperlink https://www.vldb.org/pvldb/vol15/p3535-gaffney.pdf
location knowledge/sqlite.dz:8

bytecode_engine
content The SQLite bytecode engine
children links/explaining_sqlite_vm, links/sqlite_bytecode, links/bloom_filters_sqlite (SQLite internally uses a VM called VMBE to execute queries)
hyperlink https://www.sqlite.org/opcode.html
location knowledge/sqlite.dz:12

query_optimizer_overview
content the SQLite query optimizer overview
hyperlink https://www.sqlite.org/optoverview.html
location knowledge/sqlite.dz:16

build_your_own
content Build your own sqlite
hyperlink https://app.codecrafters.io/courses/sqlite/overview
location knowledge/sqlite.dz:24

git
content Official git mirror of SQLite
hyperlink https://github.com/sqlite/sqlite
location knowledge/sqlite.dz:28

libsql
content libsql: fork of SQLite that is both open source and open contributions
children links/database_review_2024/outline/4_random
hyperlink https://github.com/tursodatabase/libsql
location knowledge/sqlite.dz:32

file_format
content SQLite file format overview
hyperlink https://www.sqlite.org/fileformat.html