Spacy

Results 137 comments of Spacy

I don't expect a distributed DB to match Postgres feature for feature mostly since implementing these features on a distributed system is much harder than a monolith like Postgres. I'm...

Sure sounds like a great idea. I did some digging and it seems Yugabyte is Postgres compatible and quite feature rich too. I created a separate ticket to track this....

@jinxmcg FYI Yugabyte works with Super Graph https://supergraph.dev/guide.html#yugabytedb

I have a test in place but haven't gotten around to playing with it more. https://github.com/dosco/graphjin/blob/00c26bab4c922073ebe09a5b2845fdb466d9832d/core/core_test.go ``` cd core go test -v -db cockroach ./... ```

Thanks for bringing this up. I got curious seems like it's not too bad most tests pass (fake fail) the tests mostly all pass the failures are because cockcoach seems...

You could do this at the Postgres DB level, create a sell_player table with a trigger to do this.

I plan on working on docs for a bit this week. Will add a page full of common examples: db schema + config + graphql

I don't think you need `filters: ["{ user_id: { eq: $user_id } }"]` for `insert` the returned values will be limited to what you have inserted. See the below example...

Not at the moment but should be an easy thing to add.