Crates.io | sqlex |
lib.rs | sqlex |
version | 0.1.0 |
source | src |
created_at | 2024-06-28 10:13:27.297542 |
updated_at | 2024-06-28 10:13:27.297542 |
description | A tool to extract tables from a sql dump and run sql queries on them |
homepage | https://github.com/auser/sqlex |
repository | https://github.com/auser/sqlex |
max_upload_size | |
id | 1286605 |
size | 32,979 |
When you really wanna have a fast extraction from the tables in your database from your database dump... sqlex
will help ya out.
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
.