Our great sponsors
-
Also checkout https://github.com/Masterminds/squirrel
-
I've also used https://github.com/gobuffalo/pop for an on-hold side project.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
But... If you're looking for Graphql/Postgres, maybe look at https://github.com/supabase/pg_graphql which popped onto my radar yesterday, but I have no experience with it.
-
-
ent has the nicest integration with graphql (using gqlgen) that I’ve seen with Go, generating almost all the code needed for resolvers and some graphql commons like Node interface and Connection pattern. It also supports PostgreSQL out of the box.
-
https://github.com/deeprjs/deepr (Found this on a Google search I'll let you look into this)
-
postgraphile
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
If you point is to abstract all the CRUD/GraphQL application, Go isn’t needed. You can go with PostgREST or Postgraphile.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
sqlc website: https://sqlc.dev
Related posts
- Multi-tenant implementation approaches with Prisma and ZenStack
- Oops, You Wrote a Database
- Any mid sized / big open source code base in golang that makes use of SQL DBs?
- How to add custom attributes in Prisma
- How to build a collaborative SaaS product using Next.js and ZenStack's access control policy