btihen commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-2168691640
**v0.4.0** - released breaking change: edges now require custom type :vertex (or a specific node type) - an installer `bin/ralis apache_age:install` (from v0.3.0) - has a safe way to run migrations with: `bin/ralis apache_age:migrate` (to avoid the migration mangling the scheme.rb` - node generator (with types) `bin/rails g apache_age:node person first_name last_name` Next - edge generator (with types) - `bin/rails g apache_age:edge HasPet start_node:person end_node:pet caretaker_role:string` - coming soon Planned (builds the entity and the associated controller and views (based on the given attributes) - `bin/rails g apache_age:node_scaffold Person first_name last_name` - `bin/rails g apache_age:edge_scaffold HasPet start_node:person end_node:pet caretaker_role:string` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org