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

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

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"