Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@Moon @Terry @NEETzsche @marine the only graph store I know of that competes with postgres in performance is arangodb but meh.
I'm using postgraphile to generate graphql resolvers/schema, graphql-codegen to generate apollo hooks. graphile-migrate for sql migrations, graphile-worker for the job worker queue/oban replacement. fastify for the backend server. postgres for db. nextjs for server-side rendering. react + mantine-ui for ui.
I was doing the backend in rust at first but I switched to typescript lol