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
- Host: GitHub
- URL: https://github.com/podverse/podverse-orm
- Owner: podverse
- License: gpl-3.0
- Created: 2023-12-09T03:32:38.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-15T04:04:13.000Z (over 1 year ago)
- Last Synced: 2025-03-15T05:18:38.531Z (over 1 year ago)
- Language: TypeScript
- Size: 416 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```