Eduardo Asafe

Results 35 comments of Eduardo Asafe

So your plan was to use type applications instead of proxies for the selected columns? While currently every column must have a name the only place that actually requires aliases...

I dunno about llms, but I'd take sql strings just cos it is more familiar to write. I sketched an approach with type level strings queries and vtas for both...

If you just need something to automatically parse query results into objects there already exists `Droplet.Driver.Unsafe` that does exactly that. I was thinking of how to keep the interface type...

> validating it against a schema Do you mean querying the database schema?

Ah okay, so how it already works. I thought you meant asking the actual database, which is a thing I saw some haskell library do

Nice! That looks great. I am a bit busy with https://github.com/easafe/purescript-flame/pull/87 but after that I will try it for sure

That was fast; incredible work. It should make it easier to write a more proper type checker too. How are you finding compilation times so far?

Thats pretty good. I will take a look sometime this week

What solution are you currently using @mikesol ? I didnt forget about this, just havent had the time yet