Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hrueger/d1-export-order


https://github.com/hrueger/d1-export-order

Last synced: 13 days ago
JSON representation

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