1.7.0 • Published 1 year ago
ubenix v1.7.0
UbenixDB
UbenixDB is a simple command-line database management tool.
Installation
npm install -g ubenixdbUsage
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 --versionDisplays the current version of UbenixDB.