db_tutorial
Database Engine
Building a Simple Database from Scratch in C
Writing a sqlite clone from scratch in C
10k stars
216 watching
974 forks
Language: C
last commit: 10 months ago
Linked from 1 awesome list
database
Related projects:
Repository | Description | Stars |
---|---|---|
coleifer/sqlite-web | A web-based graphical user interface for managing SQLite databases | 3,479 |
srombauts/sqlitecpp | A C++ wrapper around the SQLite3 library to simplify interaction with its APIs. | 2,275 |
sqlite/sqlite | A library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine | 6,902 |
sqlc-dev/sqlc | Generates type-safe code from SQL queries | 13,704 |
sql-js/sql.js | A JavaScript library that allows you to create and query relational databases entirely in the browser. | 12,876 |
stephencelis/sqlite.swift | A type-safe interface to SQLite3 for Swift development | 9,760 |
sqlitemoderncpp/sqlite_modern_cpp | C++ wrapper around the SQLite library for modern database interactions | 905 |
vlcn-io/cr-sqlite | Allows multiple independent writers to merge their changes without conflict or network issues | 2,987 |
fnc12/sqlite_orm | A C++ header-only library providing an easy-to-use interface to interact with SQLite databases | 2,330 |
ccgus/fmdb | An Objective-C wrapper around SQLite | 13,848 |
sqlitebrowser/sqlitebrowser | A high-quality GUI tool for creating, designing, and editing SQLite databases. | 21,505 |
orbitinghail/sqlsync | A collaborative offline-first wrapper around SQLite designed to synchronize web application state between users and devices. | 2,415 |
ysgstudyhards/easysqlite | A 7-day tutorial on building a full-stack web application using ASP.NET Core, Blazor, SQLite, and other related technologies. | 79 |
nalgeon/sqlean | A collection of SQLite extensions that provide additional functionality and standardize API | 3,820 |
launchbadge/sqlx | A high-level, async Rust library for interacting with relational databases. | 13,661 |