Releases: dosco/graphjin
Releases · dosco/graphjin
v0.21.5
Changelog
- 940ad6d Feat: new has_in_common expression
v0.21.4
Changelog
- 4d87517 Fix: cursor pagination in MySQL
v0.20.35
Changelog
- 37d4cbd Fix: panic on query fail errors
v0.20.33
Changelog
- 01d54ca Fix: foreign key column not found issue
v0.20.32
Changelog
- 3dc8fd3 Fix: Production setting on serv package options not applied #392
v0.20.30
Changelog
- 5f70f62 Fix: no docker-compose.yml created when db-url is specified
v0.20.29
Changelog
- 73bfbdf Feat: Allow to setup Graphjin with a pre-existing Postgres databse #382 New argument
-db-url
on the new
sub-command allows you to point a new app to a local database. Eg. graphjin new testapp --db-url=postgres://user:pass@localhost/testapp-development