https://github.com/holyshared/orm-example
https://github.com/holyshared/orm-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/holyshared/orm-example
- Owner: holyshared
- License: mit
- Created: 2023-08-25T04:59:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T10:47:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T13:45:18.656Z (over 1 year ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```