JSPM

nagi-sql

0.0.0-dev
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 131
  • Score
    100M100P100Q8156F
  • License SEE LICENSE IN LICENSE

Reserved npm package name for the future nagi SQL toolkit

Package Exports

  • nagi-sql
  • nagi-sql/package.json

Readme

nagi-sql

nagi-sql is currently a minimal placeholder package used to reserve the npm package name before the CLI is ready for public distribution.

This package intentionally does not expose a nagi binary yet.

Install

After publication, the reserved package can be installed explicitly with:

pnpm add nagi-sql@reserved

Repository workspace setup:

pnpm install

Local Build

pnpm --filter ./typescript/nagi-sql run build

The build only emits placeholder JavaScript and type declarations under dist/. It does not compile Rust or bundle a native executable.

Exports

The package exports small metadata helpers so import smoke tests can verify that the package is installed:

import { isNagiSqlCliAvailable, packageName, packageStatus } from "nagi-sql";

isNagiSqlCliAvailable() returns false until a future release adds the public CLI distribution.

CI And Local Verification

From the repository root:

pnpm run typescript:ci