Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/stowrage/src/stowrage.ts>Stowrage#add

Stowre all the thing's you like
Latest
method Stowrage.prototype.add
import { Stowrage } from "https://deno.land/x/stowrage@v0.4.2/src/stowrage.ts";

Add entry to db

Parameters

name: string
  • Name for the entry
key: DataType
  • Value that you want to store (Can be anything)