Skip to content

Repository files navigation

Kanel Logo Kanel Logo

Generate Typescript types from a live Postgres database.

This is for people who don't like ORM's but who do like intellisense and type checking for their database access code.

See the documentation here

Introduction to the idea is outlined here.

Ask DeepWiki

Usage

Install with:

$ npm i -D kanel

To run, make sure you are in a folder that has a kanel.config.js configuration file and that your database is running, and type:

$ npx kanel

Programmatical usage

Example of running generation from code:

import { processDatabase } from "kanel";
import config from "./kanel.config.js";

async function run() {
  await processDatabase(config);
}

run();

Example

To see examples of the result, check out the /examples folder. It uses the Sample Database from www.postgresqltutorial.com.



Contributors

Made with contrib.rocks.

About

Generate Typescript types from Postgres

Resources

Stars

1.2k stars

Watchers

5 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages