csreid / orm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wellspring

Wellspring is an ORM for interacting with Postgres via NodeJS

Building and showing the docs

Wellspring uses JsDoc for documentation, so the docs are inline. You can also build them locally by running

npm run build-docs

Once the docs are built, you can launch a server to show them with

npm run docs

which starts a server on port 8080.

You can do both with npm run build-docs && npm run docs.

About

License:MIT License


Languages

Language:JavaScript 97.9%Language:PLpgSQL 2.1%