News

Writing a sqlite clone from scratch in C++. Contribute to KCNyu/db_tutorial_cpp development by creating an account on GitHub.
This project is forked from 2.5.0 SQLite, and fixed for modern C compilers like GCC. Earlier SQLite is perfect source for code reading, and for database design and implementation. For SQLite 2.5.0, it ...