Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lassejlv/drizzle-deno
- Owner: lassejlv
- Created: 2024-11-14T21:35:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:35:08.000Z (about 2 months ago)
- Last Synced: 2024-11-30T18:33:59.263Z (about 1 month ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```