go-sqlite3/_example/vtable_eponymous_only
Patrick DeVivo 92d23714a8
add support for defining an "eponymous only" virtual table (#885)
* add support for defining an "eponymous only" virtual table

As suggested here: https://github.com/mattn/go-sqlite3/issues/846#issuecomment-736206222

* add an example of an eponymous only vtab module

* add a test case for an eponymous only vtab module
2020-12-26 23:11:17 +09:00
..
main.go add support for defining an "eponymous only" virtual table (#885) 2020-12-26 23:11:17 +09:00
vtable.go add support for defining an "eponymous only" virtual table (#885) 2020-12-26 23:11:17 +09:00