Skip to main content
Module

x/sqlite_http/deno.json.tmpl

A SQLite extension for making HTTP requests purely in SQL
Latest
File
{ "name": "${PACKAGE_NAME}", "version": "${VERSION}", "github": "https://github.com/asg017/${PACKAGE_NAME}", "tasks": { "test": "deno test --unstable -A test.ts" }}