An open API service indexing awesome lists of open source software.

https://github.com/podverse/podverse-orm

Object relational mapping library for connecting a Postgres database to Podverse apps
https://github.com/podverse/podverse-orm

Last synced: 5 months ago
JSON representation

Object relational mapping library for connecting a Postgres database to Podverse apps

Awesome Lists containing this project

README

          

# podverse-orm
Object relational mapping library for connecting a Postgres database to Podverse apps

## Developing Podverse modules

Podverse maintains several different modules which are imported across apps. Please read [Developing Podverse modules](https://github.com/podverse/podverse-ops/blob/master/docs/how-to-develop-podverse-modules.md) for a workflow you can use to make code changes to this module locally.

## Setup

```sh
yarn
```

## Development

```sh
yarn dev:watch
```