Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piyoki/vercel-sql-deploy
https://github.com/piyoki/vercel-sql-deploy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/piyoki/vercel-sql-deploy
- Owner: piyoki
- License: mit
- Created: 2023-03-01T14:45:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T15:37:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T07:36:08.267Z (3 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```