xo / usql

Universal command-line interface for SQL databases
MIT License
8.82k stars 346 forks source link

wrapper driver that live outside of usql #385

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hi everyone.

I was thinking about usql having support for network protocol like IPFS, remote-storage, solid-project.

What do you all think of this idea?

nineinchnick commented 1 year ago

usql only works with the database/sql Go API. Do you know about drivers for these networks that implement this API?

This is somehow related to #55 and #157

nineinchnick commented 1 year ago

How would you query these networks, if they don't support SQL? Maybe developing a wrapper driver that'd live outside of usql would make sense. Something similar to csvq that's responsible for parsing and executing SQL queries.

ghost commented 1 year ago

Hi nineinchnick.

How would you query these networks, if they don't support SQL? Maybe developing a wrapper driver that'd live outside of usql would make sense. Something similar to csvq that's responsible for parsing and executing SQL queries.

thank you for feedback... so I'm going to close this issue, all doubts have been clarified.