Virtual tables
Are virtual tables usable somewhere in the API? If not are there any plans to implement that? Would you know any packages that do provide it?
Thanks!
hey @anacrolix 👋 I'm the author of go.riyazali.net/sqlite package that allows you to build loadable sqlite extensions and supports building virtual tables .. would love if you could give it a try and give feedback 🙌
P.S. :: go.riyazali.net/sqlite draws a lot of inspiration from crawshaw.io/sqlite 🚀 thanks for this awesome package 😃 !
@riyaz-ali where is the source for go.riyazali.net/sqlite hosted?
You can find it here 👉 github.com/riyaz-ali/sqlite
Just rediscovered your suggestion here @riyaz-ali 😆. I've been using it successfully, thanks.
I am running into difficulties using functionality built with go.riyazali.net/sqlite (for vtables) from crawshaw.io/sqlite. https://github.com/riyaz-ali/sqlite/issues/16