Skip to content

An in memory database implementation using NodeJS.

Notifications You must be signed in to change notification settings

mayankchauhan971/InMemDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InMemDB

An in memory database with basic CRUD functionality and ability to download cuurent state of database implemented using NodeJS.

Commands

Use the options command to list all possible operations. Syntax of supported commands is (case insensitive):

  • GET <name>
  • SET <name> <value>
  • DELETE <name>
  • COUNT <name>
  • BEGIN
  • COMMIT
  • ROLLBACK
  • DOWNLOAD
  • END
  • OPTIONS

About

An in memory database implementation using NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published