Skip to content

Releases: kefniark/mango-sql

v0.0.6

05 Sep 15:27
Compare
Choose a tag to compare

Description

  • Few improvements related to go 1.23 api
  • Add ERD Diagram generation
  • Improve pre-parser to cover more specific syntax (mostly mysql)

Changelog

v0.0.5

27 Aug 14:17
8ca2b1e
Compare
Choose a tag to compare

Description

  • Generate more artifacts for linux (deb, rpm, apk)
  • Update deps
  • Enforce toolchain go 1.23
  • Big linting party over the whole project

Changelog

v0.0.4

24 Aug 17:11
1807d6a
Compare
Choose a tag to compare

Description

  • Implement 2x new drivers (mysql & mariadb), more information
  • Add option --inline to output to console, to simplify docker usage

Changelog

v0.0.3

23 Aug 15:36
Compare
Choose a tag to compare

Description

Maintenance version with mostly tooling improvement.

Release:

  • New docker build docker run ghcr.io/kefniark/mango-sql:latest (Docker Repository)
  • New changelog (sorted + github links)
  • Usage of UPX to reduce binary size

Internal:

  • Update go 1.23
  • Update tests postgres 16
  • Update readme & Add github badges

Changelog

v0.0.2

20 Aug 13:32
Compare
Choose a tag to compare

Description

Changelog

v0.0.1

17 Aug 15:15
Compare
Choose a tag to compare

Description

First Release of Mango SQL 🎉

This is still an early development release, but at least the CLI is now available for testing.
The goal will now be to add the important missing features and stabilize it in the Road to v0.1

If you have golang 1.22+, you can install the CLI with the following command

go get github.com/kefniark/mango-sql/cmd/mangosql
go install github.com/kefniark/mango-sql/cmd/mangosql

mangosql schema.sql

Or install manually with one of the tarball below

Changelog

  • 9bb4dc4 Add more features
  • f86ee3e Add preparser to cleanup the sql file before parser ingestion
  • 70029e4 Create FUNDING.yml
  • 34d1802 Migrate from pq to pgx v5 as default postgres driver
  • dbdc5ba Quick cleanup
  • f8bf2ad Update Readme.md
  • 53094f5 Update deps + reorganize postgres generator folder
  • 369a220 Update github action (goreleaser)
  • cb6a39a Update justfile
  • b911c7e WIP: push recent modifs (sqlite)
  • d0fd0c9 initial commit
  • fc29b45 reorganize postgres test structure
  • e301ff1 reorganize test suite to be reusable for different drivers pq, pgx and sqlite
  • 6e5a932 update readme