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

https://github.com/holyshared/orm-example


https://github.com/holyshared/orm-example

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# orm-example

MongoDB -> PostgresはTypeORMが楽そう....

## Setup

### pnpm

```
corepack enable
corepack prepare pnpm@latest --activate
```

### Typescript

```
npx tsc --init
```

###

```prisma
npx prisma init --datasource-provider postgresql
```