Alexander Shusta
Alexander Shusta
I'm seeing the same issue on OS X version 10.5.8
Found a fix, in database.h change the line that reads #include to #include "sqlite3.h" This will change the include from using the standard include path to using the file "sqlite3.h"...
There should be a 'pound' symbol at the start of those include lines - GitHub Markdown turned my pounds into hr's
Even better, download the source files for sqlite, build and install from source. This will place sqlite in your /bin directory and make the headers available for the node-sqlite build.