Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lassejlv/drizzle-deno

Use drizzle with deno
https://github.com/lassejlv/drizzle-deno

Last synced: about 1 month ago
JSON representation

Use drizzle with deno

Awesome Lists containing this project

README

        

# Drizzle using Deno

## Install

```bash
deno install
```

## Setup

```bash
deno task db # Will generate the drizzle schema and push it to Turso
```

## Run

```bash
deno task dev
```