Spacy

Results 137 comments of Spacy

graphjin now works as a nodejs app so this usecase can be implemented in javascript `npm i graphjin`

> that's not much of time saving here, since both SQL and GraphQL are about the same size (unless you use deep joins, which your shouldn't in big databases), but...

You can use `OptionSetHookFunc` in `serv` to set a hook function thats called on every request. You could extend that or add another similar hook if you want to do...

Since there are atleast 7 upvotes on this feature just want to confirm if its something folks still want happy to implement it.

I know its from a couple years ago but we've come far and the library is a lot more mature now and is able to support this capability.

That makes sense I endedup writing an adapter for sql.DB so I could use sql.DB with generic functions. ```go myConnPool := NewConnPool(dbSQL) tx, err := myConnPool.Begin(c) if err != nil...

Thanks will take a look next week.

./wasm/make-tiny.sh has been added the build needs testing. the build is about 5mb smaller

any thoughts on the the tinygo wasm build? also any thoughts on how gotip helps us?

It already compiles with gotiny and with the standard go compiler. But even with go tiny its not as small as I like it to be.