mcdbcrud | github.com/abbeymart/mcdbcrud-deno

  • CRUD operations package for Postgres SQL DB
  • Maybe extended to SQLite and mySQL DBs
  • See the test folder for test cases / scenarios and usage

Usage

import { newSaveRecord } from "https://deno.land/x/mcdbcrud@v0.3.0/mod.ts";

// See the test folder for different test cases / scenarios and usage