/mcdbcrud-deno

CRUD operations package for Postgres SQL DB

Primary LanguageTypeScriptMIT LicenseMIT

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.4.1/mod.ts";

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