Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukasjhan/drizzle-test


https://github.com/lukasjhan/drizzle-test

Last synced: about 1 month ago
JSON representation

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
```