Skip to content

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

Notifications You must be signed in to change notification settings

wes-cutting/mysql-crud-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published