1.0.1 • Published 2 years ago
safex-store v1.0.1
Work in progress ⚒️
Installation 🔈
Install bun globally 🥪
npm install -g bunclone the repo
git clone https://github.com/prnv404/safex-store.gitchange directory and install dependencies
cd safex-store && bun installinstall safex to globally so we can use safex command
npm install -g .Usage Guide
initialize safex
safex initInsert key
safex insert <KEYNAME> <VALUE>Search Key
safex search <KEYNAME>prefix auto suggestion
safex auto delete key
safex delete <KEYID>Task Checklist
Storage Options
- Local storage implemented
- Mongodb implemented
- Safex api storage
Key Operations
- Insert Key functionality
- Delete Key functionality
- Encryption of keys before storing
- Decryption of keys when retrieving
Search Functionality
- Search based on key name
- case insensitve search
- auto suggestion search
Data Management
- Reset and flush out all data
CLI View
- safex intro
- initializing promts
- Display matching keys in a table format
Contribution
Contributions are welcome !