@effql/cli
v0.1.1
Published
sqlc-style TypeScript code generation for Effect SQL using Postgres introspection
Maintainers
Readme
@effql/cli
CLI package for effql.
It publishes the effql command.
Install
npm install -D @effql/cli @effql/corepnpm add -D @effql/cli @effql/coreUsage
Bootstrap a project:
npx @effql/cli init
npx @effql/cli init --config ./effql.config.tsThis writes:
effql.config.tssql/queries.sqlpackage.jsonif missing
Installed locally:
npx effql init
npx effql generate
npx effql generate --config ./effql.config.tsOne-off usage:
npx @effql/cli generate
pnpm dlx @effql/cli generateHelp
effql --helpSee the main repo README for config details and the end-to-end example.
