Skip to main content
Home

Built and signed on GitHub Actions

Generate Model types from Knex

This package works with Node.jsIt is unknown whether this package works with Cloudflare Workers, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
70%
Published
2 years ago (0.0.5)
function generateTypes
generateTypes(
knexConnection,
unnamed 1?,
): Promise<void>

Parameters

knexConnection
optional
unnamed 1

Return Type

Promise<void>

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@barelyhuman/knex-types

Import symbol

import { generateTypes } from "@barelyhuman/knex-types";
or

Import directly with a jsr specifier

import { generateTypes } from "jsr:@barelyhuman/knex-types";

Add Package

pnpm i jsr:@barelyhuman/knex-types
or (using pnpm 10.8 or older)
pnpm dlx jsr add @barelyhuman/knex-types

Import symbol

import { generateTypes } from "@barelyhuman/knex-types";

Add Package

yarn add jsr:@barelyhuman/knex-types
or (using Yarn 4.8 or older)
yarn dlx jsr add @barelyhuman/knex-types

Import symbol

import { generateTypes } from "@barelyhuman/knex-types";

Add Package

vlt install jsr:@barelyhuman/knex-types

Import symbol

import { generateTypes } from "@barelyhuman/knex-types";

Add Package

npx jsr add @barelyhuman/knex-types

Import symbol

import { generateTypes } from "@barelyhuman/knex-types";

Add Package

bunx jsr add @barelyhuman/knex-types

Import symbol

import { generateTypes } from "@barelyhuman/knex-types";