crawshaw / sqlite

Go SQLite3 driver
ISC License
571 stars 68 forks source link

Virtual tables #98

Open anacrolix opened 4 years ago

anacrolix commented 4 years ago

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!

riyaz-ali commented 3 years ago

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 😃 !

anacrolix commented 3 years ago

@riyaz-ali where is the source for go.riyazali.net/sqlite hosted?

riyaz-ali commented 3 years ago

You can find it here 👉 github.com/riyaz-ali/sqlite

anacrolix commented 1 year ago

Just rediscovered your suggestion here @riyaz-ali 😆. I've been using it successfully, thanks.

anacrolix commented 1 year ago

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