On 12/12/16, Rosina joy01 <[email protected]> wrote: > Hi, > > Could some one share the steps on how to build the sqlite-see with node js?
You are going to need to recompile the SQLite adaptor for Node.js. I don't know how to do that, but as Node.js is open-source, surely it is not too hard. Once you have figured out how to compile the public SQLite adaptor for Node.js, simply replace the "sqlite3.c" source file in the public edition of the adaptor with one of the SEE-enabled "sqlite3.c" source files that you have access to thanks to your SEE license. Then recompile. After compiling your SEE-enabled adaptor for Node.js, please remove the SEE-enabled sqlite3.c file from the source tree, lest you accidentally check it back into a public Git repository someplace. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

