Skip to content

csreid/orm

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.9%
  • PLpgSQL 2.1%