Sqlite3
SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.
Install / Use
/learn @winlibs/Sqlite3README
SQLite3 for PHP on Windows
Building
-
start the respective Visual Studio console
-
cdinto the directory -
nmake install
The package will be installed in the folder given by the macroPREFIX(which is$(CRT)-$(MACHINE)if not explicitly given. macros are defined as usual.CRTdefaults to vc15 andMACHINEto x64.Also the macro
DEBUGis supported; set to 1 to get a debug build.
