You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/04/24 00:45:48 UTC

[GitHub] [incubator-age] Dzordzu opened a new issue, #207: Rust AGE driver

Dzordzu opened a new issue, #207:
URL: https://github.com/apache/incubator-age/issues/207

   I've recently implemented a simple driver for rust, that allows to easily map types and execute cypher queries. Hope you'll enjoy my work.
   
   https://github.com/Dzordzu/rust-apache-age
   https://crates.io/crates/apache_age
   
   I'm open to any kind of suggestions and contributions!


-- 
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-unsubscribe@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] Dzordzu closed issue #207: Rust AGE driver

Posted by GitBox <gi...@apache.org>.
Dzordzu closed issue #207: Rust AGE driver
URL: https://github.com/apache/age/issues/207


-- 
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-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-age] Dzordzu commented on issue #207: Rust AGE driver

Posted by GitBox <gi...@apache.org>.
Dzordzu commented on issue #207:
URL: https://github.com/apache/incubator-age/issues/207#issuecomment-1124762593

   @JoshInnis user can get more than one field from the query, BUT, he has to use map to gather results. I could not find any use case, where grouping within map could cause any problems.
   
   @emotionbug There was a problem with types others than AgType. If one wants to use primitives, some kind of mapping between rust types and postgres type has to be performed. It CAN be implemented, but takes a lot of effort and time. The question is if that thing is worth it. In my opinion - no. One can just use AgType with proper generic type and get what they want. If I find some time I will create a PR, but currently I'm having (little to say) an interesting time. It may take, I think, up to month from now


-- 
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-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-age] emotionbug commented on issue #207: Rust AGE driver

Posted by GitBox <gi...@apache.org>.
emotionbug commented on issue #207:
URL: https://github.com/apache/incubator-age/issues/207#issuecomment-1108651153

   It seems to be parsed to a general Json library, is there any problem with this?


-- 
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-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-age] JoshInnis commented on issue #207: Rust AGE driver

Posted by GitBox <gi...@apache.org>.
JoshInnis commented on issue #207:
URL: https://github.com/apache/incubator-age/issues/207#issuecomment-1113017864

   @Dzordzu  this is awesome. Please consider making this a pull request. In the meantime, have you thought about situations where the user needs more than one field returned?


-- 
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-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] Dzordzu commented on issue #207: Rust AGE driver

Posted by GitBox <gi...@apache.org>.
Dzordzu commented on issue #207:
URL: https://github.com/apache/age/issues/207#issuecomment-1248785529

   Closing in favour of #262  


-- 
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-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-age] Dzordzu commented on issue #207: Rust AGE driver

Posted by GitBox <gi...@apache.org>.
Dzordzu commented on issue #207:
URL: https://github.com/apache/incubator-age/issues/207#issuecomment-1124767230

   Also #145 should be closed?


-- 
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-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org