sqlant icon indicating copy to clipboard operation
sqlant copied to clipboard

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

sqlant

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

Currently, supports only PostgreSQL NoTls connection

You can try my REST API

Generate mermaid/plantuml diagram in png/pdf/svg/text format based on your SQL DDL.
https://rapidapi.com/akurotych/api/sqlant-service2

Why created

I like the idea of planter and I use it in internal confluence documentation with PlantUML plugin for my projects.
But I want to make it better

Installation

cargo install sqlant

Usage

PlantUML

sqlant postgresql://sqlant_user:sqlant_pswd@localhost/sqlant_db

example link

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

Mermaid

image