sqlgrep

Crates.iosqlgrep
lib.rssqlgrep
version0.1.1
sourcesrc
created_at2024-05-03 13:02:12.81081
updated_at2024-05-03 16:08:07.541449
descriptionGrep SQL databases for fun and profit.
homepage
repositoryhttps://github.com/eirtools/sqlgrep
max_upload_size
id1228737
size84,188
Eir Nym (eirnym)

documentation

README

SQL Grep

Overview

Grep SQL like other files on your filesystem and find where specific pattern occurs.

It's easy to find a situation when we know that there's some specific data inside a database, and it's not known where to search it.

In this scenario sqlgrep tool is very handy as it's easy to find which cells are interconnected and how.

This could be useful for development or reverse engeneering.

This tool reads all cells, converts data to a string, then trying to match a pattern.

Installation

Prerequisites

Install Rust using official guide at https://www.rust-lang.org/tools/install.

Install sqlgrep

Enter this command to install or update the tool:

$ cargo install sqlgrep
Commit count: 3

cargo fmt