# how-to-implement-a-DB-like-sqlite **Repository Path**: bluelike/how-to-implement-a-DB-like-sqlite ## Basic Information - **Project Name**: how-to-implement-a-DB-like-sqlite - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-02 - **Last Updated**: 2021-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # how-to-implement-a-DB-like-sqlite ##Description 在这个项目中我们会学习SQLite源码并仿制其做成一个完整的数据库. 整个过程中我们会对SQLite进行多次demo, 不断的加入新功能, 直到其成为一个安全, 快速, 功能较为完整的数据库. ##References Inside SQLite: http://book.douban.com/subject/2314119/ SQLite Database System Design and Implementation (Second Edition): https://books.google.co.kr/books?id=OEJ1CQAAQBAJ&redir_esc=y