SkillAgentSearch skills...

Sqlant

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

Install / Use

/learn @kurotych/Sqlant
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

Articles

Related Skills

View on GitHub
GitHub Stars34
CategoryData
Updated21d ago
Forks4

Languages

Rust

Security Score

95/100

Audited on Feb 26, 2026

No findings