Skip to content

Releases: kurotych/sqlant

Sqlant v0.3.1

14 Apr 10:46
Compare
Choose a tag to compare
  • Remove all unwraps from the library codebase to make the "sqlant" safe to use as a library
  • Add async support

Sqlant v0.3.0

05 Apr 09:31
Compare
Choose a tag to compare
  • Fix the bug with PlantUML, now it requires "class" keyword #24
  • Make "stable" columns and tables output. #22
  • Improve experience using the sqlant as a library

Sqlant v0.2.0

29 Oct 17:17
Compare
Choose a tag to compare

Add mermaid support
image

Sqlant v0.1.5

25 Apr 13:59
Compare
Choose a tag to compare

Sqlant v0.1.4

13 Feb 15:03
Compare
Choose a tag to compare
  • Added custom schema name support
    -s, --schema <schema> Schema name [default: public]
  • Improved CLI experience
  • Handle case properly when schema doesn't exist

Sqlant v0.1.3

10 Oct 17:00
Compare
Choose a tag to compare

Add key argument -e or --en to render ENUM types

image

Sqlant v0.1.2

25 Sep 17:03
Compare
Choose a tag to compare

Add key argument -n or --nn to render NOT_NULL constraint
image

Sqlant v0.1.1

19 Sep 18:38
Compare
Choose a tag to compare

Support table names with double quotas

Sqlant v0.1.0

30 Aug 19:13
Compare
Choose a tag to compare

Supports only PostgreSQL NoTls connection