0.1.11 • Published 1 year ago

@db-ray/db-ray v0.1.11

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

@db-ray/db-ray

@db-ray/db-ray is an npm package that provides a command-line tool for connecting to your database and viewing its basic table structure and data, making SQL requests, and transforming natural language to SQL using AI.

Installation

To use @db-ray/db-ray, you need to have Node.js installed on your system. Once you have Node.js installed, you can install the package by running the following command in your terminal:

npm install -g @db-ray/db-ray

This will install the @db-ray/db-ray package globally on your system.

Usage

To use @db-ray/db-ray, you can run the following command in your terminal:

npx db-ray

This will launch the @db-ray/db-ray command-line tool, and you will be prompted to enter the connection details for your database.

If you don't want to install the package, you can run the following command:

npx @db-ray/db-ray