wes-cutting / mysql-crud-template

A Data Driven JavaScript Class using NPM's 'mysql' package for CRUD operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Driven MySQL CRUD Operations Class

This package aims to provide common Create, Read, Update, and Delete functionality in a Data Driven Data Access Layer, leveraging NPM's 'mysql' with JavaScript Promises in a Utility Class. Check the Usage section below for available MySQL based CRUD functions.

Setup

Usage

Developer Features

Test Suite

Todo

  • Testing Suit with Mocha
  • Debugging Mode
  • Find with Filters
  • Create One
  • Create Many
  • Update One by ID
  • Delete One by ID
  • Delete Many with Filter
  • ReadMe Usage Section

Supporting Materials

Any Documentation or Resources used through out the development process will be recorded in this section.

About

A Data Driven JavaScript Class using NPM's 'mysql' package for CRUD operations


Languages

Language:JavaScript 100.0%