Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piyoki/vercel-sql-deploy


https://github.com/piyoki/vercel-sql-deploy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# vercel-sql-deploy

## Bootstrap

```bash
./install
```

## Run locally

```bash
./venv/bin/python3 main.py
```

## Deploy

```bash
# generate config
datasette publish vercel test.db \
--project=test-sqlite \
--generate-vercel-json > vercel.json

# deploy with config
datasette publish vercel test.db \
--project=test-sqlite \
--vercel-json=vercel.json
```