Skip to content

lyznne/database-cli

Repository files navigation

Database CLI

A command-line interface for managing a SQLite database.

Description

This project is a command-line tool that allows you to perform CRUD operations (Create, Read, Update, Delete) on a SQLite database. It provides a simple and interactive interface for adding, updating, retrieving, and removing data from the database.

Installation

  1. Clone the repository: git clone https://github.com/lyznne/database-cli.git
  2. Navigate to the project directory: cd cli
  3. Install the dependencies: npm install

Usage

  1. Ensure that the database.db file exists in the project directory.
  2. Open a terminal and navigate to the project directory.

The CLI will present you with a menu of options to choose from. Follow the prompts to perform different operations such as adding data, updating data, retrieving data, and removing data from the database.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

node command line tool for crud operations in sqlite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published