Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrueger/d1-export-order
https://github.com/hrueger/d1-export-order
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hrueger/d1-export-order
- Owner: hrueger
- Created: 2024-04-22T11:57:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:57:36.000Z (10 months ago)
- Last Synced: 2024-04-22T13:06:18.017Z (10 months ago)
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Export Order Issue
## Setup
1. Create a DB (e.g. `export-order-issue-db-1`) and update `wrangler.toml`
2. Run `npx wrangler d1 migrations apply export-order-issue-db-1 --remote`
3. Run `npx wrangler d1 export export-order-issue-db-1 --remote --output export.sql`
4. Run `npx wrangler d1 execute export-order-issue-db-1 --local --file export.sql` or use export-example-broken.sql