#cli #sql #plantuml #postgresql

bin+lib sqlant

Generate PlantUML ER diagram textual description from SQL connection string

5 releases

0.1.4 Feb 13, 2023
0.1.3 Oct 10, 2022
0.1.2 Sep 25, 2022
0.1.1 Sep 19, 2022
0.1.0 Aug 30, 2022

#1327 in Command line utilities

40 downloads per month

MIT license

27KB
612 lines

sqlant

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

Currently, supports only PostgreSQL NoTls connection

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

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

example link

Dependencies

~9–14MB
~274K SLoC