dbcat

Crates.iodbcat
lib.rsdbcat
version0.1.5
sourcesrc
created_at2022-02-08 10:48:57.356599
updated_at2022-02-11 19:47:11.368468
descriptionA *cat(1)* equivalent for viewing sqlite database.
homepagehttps://github.com/nishantjoshi00/dbcat
repositoryhttps://github.com/nishantjoshi00/dbcat
max_upload_size
id529030
size964,056
Nishant Joshi (NishantJoshi00)

documentation

README

crate

DBcat

Crates.io License

A cat(1) equivalent for viewing sqlite database.

Installation

  • cargo: Install cargo from Here!

    $ cargo install dbcat
    

NetBSD (Official repositories)

pkgin install dbcat

or, if you prefer to build it from source

cd /usr/pkgsrc/textproc/dbcat
make install

Usage

Read the database simply by running

$ dbcat <filename>.db

Basic Usage


Change the format of the output by choice or automatically if the output is a tty or not.

Atty Usage


Access individual tables by running

$ dbcat [-t <table>] <filename>.db

Tables Access

Pass a filter query to filter the tables by running

$ dbcat [-t <table>] -f <query> <filename>.db

Filter Command

Help

Use dbcat --help to see the help.

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.

Commit count: 15

cargo fmt