Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 823 Bytes

File metadata and controls

31 lines (25 loc) · 823 Bytes

Introduction

The BDB (Jave Edition) is a basic interactive shell. It's pretty straight forward, I call the BDB API for the methods described below.

How to Use

  1. Do a maven build: mvn clean package
  2. bdb-shell-0.0.1-SNAPSHOT-jar-with-dependencies.jar will be generated in target folder.
  3. In command line: java -jar bdb-shell-0.0.1-SNAPSHOT-jar-with-dependencies.jar
  4. You will see the bdb> command line.
  5. Give the path to the folder where you BDB database is present (the .jdb file).
  6. Try out the commands listed below!

Methods Supported

get key
put key value
delete key
exit
help

Contact

Please put up your questions, feature requests, bugs here