Skip to content

utsengar/bdb-interactive-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Interactive Berkeley DB (Java) Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages