TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: An Instant Go Powered GraphQL API for Postgres. No Code Needed

11 pointsby gsvclassover 5 years ago

2 comments

gsvclassover 5 years ago
Also want to mention that it works with Ruby-on-Rails apps and can serve as an instant GraphQL api for your existing Rails app just deploy it alongside the app. Super Graph can decode rails cookies and work with rails session stores to fetch the user id.
评论 #21486694 未加载
gsvclassover 5 years ago
For those that care to know more. Super Graph works as a GraphQL to SQL compiler which also learns the schema and relationships in your DB to turn your GraphQL query into a highly efficient SQL one.