This project is a http server, and it would focus on I/O issue first. It is expected that replace with flask to provide RESTful API in our project.
- article
- project
- libsqlite3.la ( or you can use sqlite3.c/.h, which is the "amalgamation" source file)
- how to compile sqlite3
- download the source file
- compile the library
- mkdir build
- cd build
- [sqlite3 source directory]/configure
- make
- make test (optional)
- create two directories: include and lib
- move sqlite3.h to the include directory
- move libsqlite3.[version].so to the lib directory and make a softlink
ln -s [the file] libsqlite3