sqlant

Crates.iosqlant
lib.rssqlant
version0.6.0
created_at2022-08-30 18:58:31.886665+00
updated_at2025-05-17 10:49:39.301687+00
descriptionGenerate PlantUML/Mermaid ER diagram textual description from SQL connection string
homepage
repositoryhttps://github.com/kurotych/sqlant
max_upload_size
id655290
size103,629
Anatolii Kurotych (kurotych)

documentation

README

sqlant

Generate PlantUML/Mermaid ER diagram textual description from SQL connection string
Inspired by planter

Installation

Compiled Binary (Linux only)

Download the binary file from releases page

Docker (Compressed size around 6MB)

The Docker image contains the sqlant binary and serves as a wrapper for executing it. link

docker pull kurotych/sqlant:latest

Cargo

cargo install sqlant

Usage

PlantUML

Binary

sqlant postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db --legend -e

Docker

docker run --network host kurotych/sqlant postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db 

example link

postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db -o mermaid

Mermaid

image

Links

Commit count: 60

cargo fmt