abbeymart / mcdbcrud-deno

CRUD operations package for Postgres SQL DB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CRUD operations package for Postgres SQL DB

License:MIT License


Languages

Language:TypeScript 100.0%