I think this is a bit of a lower-level toolkit that would let you build a thing that uses SQL but (for example) queries off some random datastore. One example in the readme is “SQL database from your google sheets”.
I could see a good usecase in something like Stripe Sigma, where they have a SQL querying layer that probably isn’t directly interfacing with their primary DBs
I think in reality that Stripe Sigma is actually doing a thing where it’s copying data over to a read-only secondary DB tho…
Always good to see more options out there, but why would I choose this over SQLite3 for my “SQL database engine as a library” needs?
Presumably you use this to implement a SQL frontend for X backend.
I think this is a bit of a lower-level toolkit that would let you build a thing that uses SQL but (for example) queries off some random datastore. One example in the readme is “SQL database from your google sheets”.
I could see a good usecase in something like Stripe Sigma, where they have a SQL querying layer that probably isn’t directly interfacing with their primary DBs
I think in reality that Stripe Sigma is actually doing a thing where it’s copying data over to a read-only secondary DB tho…