Skip to content

SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.

Notifications You must be signed in to change notification settings

winlibs/sqlite3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite3 for PHP on Windows

Building

  • start the respective Visual Studio console

  • cd into the directory

  • nmake install
    The package will be installed in the folder given by the macro PREFIX (which is $(CRT)-$(MACHINE) if not explicitly given. macros are defined as usual. CRT defaults to vc15 and MACHINE to x64.

    Also the macro DEBUG is supported; set to 1 to get a debug build.

About

SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages