https://github.com/nuzulul/hookapi
hookapi adalah pengujian kumpulan integrasi api
https://github.com/nuzulul/hookapi
api cloudflare cloudflare-workers javascript wrangler
Last synced: 21 days ago
JSON representation
hookapi adalah pengujian kumpulan integrasi api
- Host: GitHub
- URL: https://github.com/nuzulul/hookapi
- Owner: nuzulul
- License: mit
- Created: 2023-10-14T05:00:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T01:47:12.000Z (about 1 year ago)
- Last Synced: 2024-11-19T10:54:35.178Z (11 months ago)
- Topics: api, cloudflare, cloudflare-workers, javascript, wrangler
- Language: JavaScript
- Homepage: https://hookapi.nuzulul.workers.dev/?id=testing
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hookapi
hookapi- DEV
-- npx wrangler d1 execute hookapi-d1 --local --file schema.sql
-- npx wrangler d1 execute hookapi-d1 --local --command "SELECT name FROM sqlite_schema WHERE type ='table'"- PRODUCTION
-- npx wrangler d1 execute hookapi-d1 --file schema.sql
-- npx wrangler d1 execute hookapi-d1 --command "SELECT name FROM sqlite_schema WHERE type ='table'"
-- npx wrangler d1 execute hookapi-d1 --command "DROP TABLE IF EXISTS kv"