Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasjhan/drizzle-test
https://github.com/lukasjhan/drizzle-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukasjhan/drizzle-test
- Owner: lukasjhan
- Created: 2023-06-11T12:03:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-12T01:03:44.000Z (over 1 year ago)
- Last Synced: 2024-10-24T08:52:39.402Z (3 months ago)
- Language: TypeScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Drizzle ORM test project
## Description
```bash
# install dependencies
yarn# start mysql
docker-compose up -d# generate sql file
yarn db:generate# run migration
yarn db:deploy# run app code
yarn dev
```