5.0.5 • Published 9 months ago

podverse-orm v5.0.5

Weekly downloads
-
License
AGPLv3
Repository
-
Last release
9 months ago

podverse-orm

A module used for handling database interactions via the Podverse ORM (typeorm).

Dev Setup

Environment Variables

The environment variables for this module must be set within the app that consumes this module (ex. podverse-api or podverse-workers). See podverse-orm/config/index.ts for a list of the env vars expected.

Local Dev Workflow

Podverse uses many modules that are maintained in separate repos, and they need to be linked and running for a local dev workflow. Please read the podverse-ops/dev/local-dev-setup.md file to set up the required dependencies and module linking.

Running Locally

Install the node_modules:

npm install

Then to build:

npm run build

Or if you want the app to auto-build on saved changes:

npm run build:watch

Publishing

To publish your changes to npm, increment the version number is package.json then run npm publish.

5.0.5

9 months ago

5.0.3

9 months ago

5.0.2

9 months ago

5.0.1

9 months ago

5.0.0-beta.6

9 months ago

5.0.0-beta.4

9 months ago

5.0.0-beta.5

9 months ago

5.0.0-beta.2

9 months ago

5.0.0-beta.3

9 months ago

5.0.0-beta.1

9 months ago

1.0.0

2 years ago