sqlite
Database engine
A repository containing the complete source code for a self-contained, serverless, zero-configuration, transactional SQL database engine.
Official Git mirror of the SQLite source tree
3 stars
2 watching
1 forks
Language: C
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
btrask/sqlheavy | Replaces SQLite's built-in b-tree with arbitrary storage engines from libkvstore. | 23 |
jgilfelt/android-sqlite-asset-helper | A helper class to manage database creation and versioning with pre-populated raw asset files | 2,142 |
vrischmann/zig-sqlite | A thin wrapper around sqlite's C API for the Zig programming language. | 378 |
2shady4u/godot-sqlite | A GDNative script that provides a wrapper around the SQLite C++ library to make it available in Godot 4.x. | 963 |
apache/druid | A high-performance real-time analytics database for fast queries and ingest | 13,513 |
dbetz/bob2 | A revised implementation of a transactional, self-contained database engine derived from the Nuon work at VM Labs. | 2 |
apress/def-guide-to-sqlite-10 | The source code for 'The Definitive Guide to SQLite' book accompanies the published version. | 40 |
duckdb/duckdb_inet | A C++ implementation of a lightweight, self-contained, and network-capable relational database engine | 1 |
ahk-just-me/class_sqlitedb | An AutoHotkey class providing support to access and manipulate SQLite databases. | 104 |
symisc/unqlite | An embedded NoSQL database engine with features like transactionality, zero configuration, and pluggable storage engines. | 2,113 |
zitsen/unqlite.rs | A Rust wrapper around UnQLite, a document store and Key/Value NoSQL database engine | 111 |
david-bouyssie/sqlite4s | A thin wrapper around the SQLite C library with an API similar to Sqlite4java. | 36 |
jbclements/sqlite-table | A Racket interface to simplify the creation and querying of SQLite tables | 0 |
nerdyc/squeal | Provides a straightforward interface to access and manipulate SQLite databases in Swift. | 297 |
kkharji/sqlite.lua | A Lua binding for a self-contained SQLite database engine | 494 |