🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@gridscoot/db

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gridscoot/db

Supabase client factories used by @gridscoot/mcp + the Gridscoot Next.js app. Honours SUPABASE_DB_SCHEMA for shared-schema deployments.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

packages/db

Status: empty stub (Phase 1 scaffold). No code yet.

Will hold:

  • Generated TypeScript types from the Supabase schema (pnpm db:types style script)
  • Re-exported Supabase client factories (server-only, browser, service-role)
  • Migration tooling glue

The migrations themselves live in ../../supabase/migrations/ — they are SQL files run by the Supabase CLI, not by this package.

Pattern source: Mateprice (which doesn't have a separate db package; it inlines types into src/lib/supabase). We're factoring it out because of npm workspaces.

Keywords

gridscoot

FAQs

Package last updated on 23 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts