You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2021/02/19 03:16:41 UTC

[GitHub] [incubator-age] shinhanbyeol opened a new pull request #27: connector created by bitnine

shinhanbyeol opened a new pull request #27:
URL: https://github.com/apache/incubator-age/pull/27


   connector created by bitnine


----------------------------------------------------------------
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.

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



[GitHub] [incubator-age] emotionbug commented on pull request #27: connector created by bitnine

Posted by GitBox <gi...@apache.org>.
emotionbug commented on pull request #27:
URL: https://github.com/apache/incubator-age/pull/27#issuecomment-781823373


   **wrote an initial Type parser for Node.js, actually this is not connector.**
   
   firstly, AGE is part of extension of PG.
   so, this library adds a method of parsing if `agtype` exists in the PG.
   
   And, I decided that the type ID was flexible.
   So, use the following SQL to get the type ID and use it.
   ```sql
   select typelem
   from pg_type
   where typname = '_agtype';
   ```


----------------------------------------------------------------
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.

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



[GitHub] [incubator-age] eyab closed pull request #27: connector created by bitnine

Posted by GitBox <gi...@apache.org>.
eyab closed pull request #27:
URL: https://github.com/apache/incubator-age/pull/27


   


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

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



[GitHub] [incubator-age] eyab closed pull request #27: connector created by bitnine

Posted by GitBox <gi...@apache.org>.
eyab closed pull request #27:
URL: https://github.com/apache/incubator-age/pull/27


   


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

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