sqlite
documentation page有一个很棒的部分,名为sqlite技术/设计文档,内容涉及sqlite。在开始阅读源代码本身之前,我需要阅读并理解这些内容。
原文链接:https://www.f2er.com/sqlite/198040.html那里有很多宝石,但对你来说最有趣的就是Architecture of SQLite,它的描述如下:
An architectural overview of the
sqlite library,useful for those who
want to hack the code.
然后解释在源中找到每个这样的块的实现。
另一个伟大的资源(从here链接)是名为“Inside sqlite”的Oreilly迷你书(“Short Cut”),它将进入sqlite的设计和代码来解释它的工作原理。