Skip to content

MemoryDb implement an in-memory database that can be accessed using the Standard Output and Standard Input.

Notifications You must be signed in to change notification settings

teejays/memorydb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemoryDB

MemoryDb implement an in-memory database that can be accessed using the Standard Output and Standard Input. The package implements the following methods: GET, SET, DELETE, BEGIN, ROLLBACK, COMMIT, END.

Getting Started

Setting this API up should be fairly easy if you have Go set up.

Prerequisites:

  1. Install GoLang from the official Go website.
  2. Install the following Go package(s):
    • clog: go get github.com/teejays/clog

Installation:

  1. Clone this repository: git clone https://github.com/teejays/memorydb.git

  2. Go to the project folder make run

Testing:

Go to the project folder and run: make test

About

MemoryDb implement an in-memory database that can be accessed using the Standard Output and Standard Input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published