go-sqlite3/_examples/mod_vtable
Gert-Jan Timmer c90898da72 V2.0.0
Closes #597
Closes #598

* All documentation in Wiki
* Update Examples
* Fix EOL
* Fix CI
2018-07-20 16:02:42 +02:00
..
Makefile V2.0.0 2018-07-20 16:02:42 +02:00
README.md V2.0.0 2018-07-20 16:02:42 +02:00
extension V2.0.0 2018-07-20 16:02:42 +02:00
extension.go V2.0.0 2018-07-20 16:02:42 +02:00
picojson.h V2.0.0 2018-07-20 16:02:42 +02:00
sqlite3_mod_vtable.cc V2.0.0 2018-07-20 16:02:42 +02:00
sqlite3_mod_vtable.so V2.0.0 2018-07-20 16:02:42 +02:00

README.md

How to compile

cd ${GOPATH}/src/github.com/mattn/go-sqlite3/examples/mod_vtable
make all

How to run

The OS has to be able to find the compiled extension. In normal cases this library (.so) should be added to the LD_LIBRARY_PATH.

Run run from current compiled directory.

LD_LIBRARY_PATH=$(pwd) ./extension