0.1.2 • Published 3 years ago

pg-funk v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Intro

pg-funk saves you the labor of writing TypeScript functions and types for your Postgres functions and procedures. pg-funk tool introspects your database to generate what's needed for prouctive development.

Usage

  1. git clone this repo.
  2. Run npm install
  3. Run yarn build
  4. Set PG_USER, PG_DB, PG_HOST, & PG_PASS
  5. Run yarn test

Feel free to change the SQL queries in ./src/scripts as you see fit.

Support

  • Works with Postgres 12.
  • Not yet supported: Functions with unnamed parameters, functions with variadic parameters, window/aggregate functions, and aggregate functions
0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago