Skip to content

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 15:15
· 71 commits to master since this release

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