Skip to main content
Module

x/sqlite_http/mod.ts

A SQLite extension for making HTTP requests purely in SQL
Latest
import * as sqliteHttp from "https://deno.land/x/sqlite_http@v0.1.1/mod.ts";

Variables

Entrypoint name for the sqlite-http extension.

Functions

Returns the full path to the compiled sqlite-http extension. Caution: this will not be named "http0.dylib|so|dll", since plug will replace the name with a hash.

Loads the sqlite-http extension on the given sqlite3 database.