predetermined / deta-deno

An unofficial Deta.sh API client for Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deta

An unofficial Deta.sh API client for Deno

Supported services

  • Base

Usage

Creating a new client

You can find your credentials in your Deta project settings.

import Deta from "https://deno.land/x/deta/mod.ts";

const deta = new Deta({
    projectId: "DETA_IS",
    projectKey: "VERY_COOL",
});

Using Base

const base = new deta.Base("users");

Supported functions

  • get
  • query
  • delete
  • update
  • insert

About

An unofficial Deta.sh API client for Deno


Languages

Language:TypeScript 100.0%