Creating an sqlite3.lib file / using sqlite3 in Visual Studios [closed] Creating an sqlite3.lib file / using sqlite3 in Visual Studios [closed] sqlite sqlite

Creating an sqlite3.lib file / using sqlite3 in Visual Studios [closed]


The suggested way of using the SQLite library is to embed it directly in your application, i.e., download the amalgamation source code, and just add the sqlite3.c and .h files to your project in the sample place where you have the other source files.