{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreie6qzqspvyqvh2doilbddtxeo7v65cndshkf7jakzidabohqx5eku",
    "uri": "at://did:plc:nfto3lv2rcs5s7h7digotzlu/app.bsky.feed.post/3mnhl7kyu4k72"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreig7saeenw6c3prrms24e2bpcmq7mskq26az4ajg73ufx33cf4gf2a"
    },
    "mimeType": "image/png",
    "size": 32236
  },
  "path": "/packages/supabase_client_gen",
  "publishedAt": "2026-06-04T12:00:40.415Z",
  "site": "https://pub.dev",
  "textContent": "Contract-driven code generator that reads a supabase.yaml specification and produces typed Dart client code — data models, enums, repositories with CRUD and realtime streams, and edge function clients. Changelog excerpt: - Initial release. - Contract-driven code generation from `supabase.yaml`to typed Dart. - Data models with `fromJson`/`toJson`and null-safety. - Enums from Postgres enum types. - Repository classes with `.select()`, `.insert()`, `.update()`, `.delete()`, `.stream()`. - Edge function clients with typed request/response. - CLI tools: `generate`and `validate`. - Optional live DB nullability detection via `--with-db`. - Full validation pipeline: DB ↔ Contract ↔ Generated Code ↔ TS Types ↔ Migrations.",
  "title": "v0.1.0 of supabase_client_gen",
  "updatedAt": "2026-06-04T11:46:53.882Z"
}