Install gorun:
go install https://github.com/erning/gorun@latestSave the above script.go and modify it as you wish. See https://pkg.go.dev/github.com/bitfield/script
Run the script:
Install gorun:
go install https://github.com/erning/gorun@latestSave the above script.go and modify it as you wish. See https://pkg.go.dev/github.com/bitfield/script
Run the script:
Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.
Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.
| # Cloudflare D1 REST API testing suite. | |
| # https://www.lambrospetrou.com/articles/hurl-cloudflare-d1/ | |
| # Try to create the test database! | |
| # This can fail if the database with the same name exists already, so we will check | |
| # if this fails and then delete and re-create it. | |
| POST https://api.cloudflare.com/client/v4/accounts/{{ CLOUDFLARE_ACC_ID }}/d1/database | |
| Authorization: Bearer {{ CLOUDFLARE_TOKEN }} | |
| { | |
| "name": "skybear-test-001", |