Skip to content

View create, read, update and delete actions for DynamoDB, MySql, Redis and SQLite

Notifications You must be signed in to change notification settings

PowerDigitalMedia/crud-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Examples

Description

Create, Read, Update and Delete for a variety of databases using NodeJS.

( FOLDER: dynamodb )

  • FILE: crud_dynamodb.js = scripts to Create, Read, Update and Delete a DynamoDB database table

( FOLDER: mysql )

  • FILE: db_connect.js = script to connect to a MySql database
  • FILE: crud_mysql.js = scripts to Create, Read, Update and Delete a MySql database

( FOLDER: redis )

  • FILE: crud_redis.js = scripts to Create, Read, Update and Delete a Redis Storage

( FOLDER: sqlite )

  • FILE: sqlite.db = flat file storage document
  • FILE: crud_sqlite.js = scripts to Create, Read, Update and Delete a SQLite database

About

View create, read, update and delete actions for DynamoDB, MySql, Redis and SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published