-
Notifications
You must be signed in to change notification settings - Fork 17
sqlite
Hanlei Qin edited this page Oct 17, 2023
·
2 revisions
- SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is the most widely deployed database in the world with more applications than we can count, including several high-profile projects.
- db_tutorial Writing a sqlite clone from scratch in C https://cstack.github.io/db_tutorial
- Why Is SQLite Coded In C
- SQLite 背后的故事
- SQLite 的文艺复兴
芝士就是力量,法国就是培根!
Knowledge is power -- Francis Bacon
人要是没有梦想,和咸鱼有什么分别?光标请勿在最高司令官身上停留!
- mathematics
- algorithm
- theory-of-computation
- compiler
- operating-system
- networks
- security
- artificial-intelligence
- computer-graphics