DEV Community

Discussion on: What was your win this week?

Collapse
 
benbot profile image
Benjamin Botwin

I've started being able to wrap my head around postgresql for a project I've been working on.

Postgraphile is a magical postgres -> graphql api tool, but all of your "resolvers" need to be written in postgres functions.

Apparently postgres has the v8 engine built in, so I could write some of those resolvers in js-in-postgresql, but I'd rather not add another layer of abstraction