1.7.0 • Published 1 year ago

ubenix v1.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

UbenixDB

UbenixDB is a simple command-line database management tool.

Installation

npm install -g ubenixdb

Usage

Create a new project

uben create <project-name>

This command creates a new project with the specified name and initializes an empty database file.

Add data to a project

uben add <project-name> <data>

Adds the specified data to the project's database.

Fetch data from a project

uben fetch <project-name>

Displays all the data stored in the project's database.

Update data in a project

uben update <project-name> <index> <new-data>

Updates the data at the specified index in the project's database.

Delete data from a project

uben delete <project-name> <index>

Deletes the data at the specified index from the project's database.

Check version

uben --version

Displays the current version of UbenixDB.

License

MIT License

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago