Getting started with SQLite in C

Описание к видео Getting started with SQLite in C

Just setting up SQLite in C. Compiling with gcc. We build a command line app that can simply select and insert data. We download the SQLite "amalgamation" file and compile it as a static library - so we can create a command line app to give to our friends without any external dependencies.

Комментарии

Информация по комментариям в разработке