sqlex

Crates.iosqlex
lib.rssqlex
version0.1.0
sourcesrc
created_at2024-06-28 10:13:27.297542
updated_at2024-06-28 10:13:27.297542
descriptionA tool to extract tables from a sql dump and run sql queries on them
homepagehttps://github.com/auser/sqlex
repositoryhttps://github.com/auser/sqlex
max_upload_size
id1286605
size32,979
Ari (auser)

documentation

README

Sqlex

When you really wanna have a fast extraction from the tables in your database from your database dump... sqlex will help ya out.

Quickstart

Create a sql dump from postgres or mysql and then run the following command:

sqlex extract --sql-file ./schema_dump.sql

This will output a json file with the schema of the database and run sqlex.

Commit count: 40

cargo fmt