- Chandler's Ford, UK
-
08:53
(UTC) - https://mastodon.social/@benjie
- @benjie
Sponsors
Highlights
- Pro
-
graphql-spec Public
Forked from graphql/graphql-specGraphQL is a query language and execution engine tied to any backend service.
Shell UpdatedNov 21, 2024 -
kjsonl Public
An easy to parse file format for large amounts of key-value storage in JSON format
-
-
v5-auth-poc Public
Proof-of-concept of adding external (non-RLS) auth to PostGraphile V5
JavaScript UpdatedNov 6, 2024 -
DefinitelyTyped Public
Forked from DefinitelyTyped/DefinitelyTypedThe repository for high quality TypeScript type definitions.
TypeScript Other UpdatedOct 30, 2024 -
spec-md Public
Forked from leebyron/spec-md📖 Additions to Markdown for writing specification documents
HTML MIT License UpdatedOct 25, 2024 -
zoomsync Public
A tool I wrote to sync Zoom recordings to YouTube for the various GraphQL Working Groups. Includes categorization logic, and automatic rejection of invalid (too short, too small) recordings.
-
dotfiles Public
Benjie's dotfiles (not intended for public consumption)
-
-
-
prettier-plugin-pg Public
[WIP] Plugin for prettier to support formatting of PostgreSQL-flavour SQL, including function bodies in SQL, pgSQL, PLV8, plpython, etc.
-
flow2typescript Public archive
Flow to TypeScript converter
-
eslint-plugin-pg-sql Public
PostgreSQL plugin for ESLint that enables linting PLV8 JavaScript functions within SQL files
-
envelop Public
Forked from n1ru4l/envelopEnvelop is a lightweight library allowing developers to easily develop, share, collaborate and extend their GraphQL execution layer. Envelop is the missing GraphQL plugin system.
TypeScript MIT License UpdatedJul 1, 2024 -
redwood Public
Forked from redwoodjs/redwoodThe App Framework for Startups
TypeScript MIT License UpdatedJun 19, 2024 -
neoformat Public
Forked from sbdchd/neoformat✨ A (Neo)vim plugin for formatting code.
Vim Script BSD 2-Clause "Simplified" License UpdatedMay 16, 2024 -
pgtyped Public
Forked from adelsz/pgtypedpgTyped - Typesafe SQL in TypeScript
-
grafast-memory-spike-repro-fix Public
Forked from cjheppell/grafast-memory-spike-reproShowing how to fix the plan so that it doesn't consume excessive memory
JavaScript UpdatedMay 1, 2024 -
prettier Public
Forked from prettier/prettierPrettier is an opinionated code formatter.
JavaScript MIT License UpdatedApr 2, 2024 -
pgselect-join-example Public
An example of using a join in a pgSelect step to order by related fields on another table. Also an example of using pgSelect/Grafast without PostGraphile.
-
gql.tada Public
Forked from 0no-co/gql.tada🪄 Magical GraphQL query engine for TypeScript
TypeScript MIT License UpdatedMar 8, 2024 -
crystal1921 Public
Attempt at reproducing https://github.com/graphile/crystal/issues/1921
JavaScript UpdatedJan 29, 2024 -
tailcallhq.github.io Public
Forked from tailcallhq/tailcallhq.github.ioWebsite for Tailcall
TypeScript UpdatedJan 15, 2024 -
graphql-code-generator-community Public
Forked from dotansimha/graphql-code-generator-communityTypeScript MIT License UpdatedDec 19, 2023 -
postgraphile-plugin-fulltext-filter Public
Forked from mlipscombe/postgraphile-plugin-fulltext-filterFull-text filtering in PostGraphile
JavaScript MIT License UpdatedNov 30, 2023 -
postgraphql Public
Forked from graphile/crystalA GraphQL API created by reflection over a PostgreSQL schema.
JavaScript MIT License UpdatedNov 8, 2023 -
nextra Public
Forked from shuding/nextraSimple, powerful and flexible site generation framework with everything you love from Next.js.
TypeScript MIT License UpdatedOct 12, 2023 -
-
grafast-typeorm-example Public
WORK IN PROGRESS example of inlining queries via TypeORM QueryBuilder and Grafast.
TypeScript UpdatedSep 11, 2023 -
grafast-stripe-example Public
Grafast inlining example over Stripe: subscriptions is inlined into the customer fetch, but only when requested.