bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.34k stars 149 forks source link

Elixir driver for agensgraph #477

Open liketemple opened 5 years ago

liketemple commented 5 years ago

Could I use any Postgresql Elixir driver(Postgrex) to work with Agensgraph? I noticed that there might be a chance to use Postgrex Type Extensions to decode and encode Vertices and Edges. Or dose Agensgraph support Bolt protocol ? Maybe there could be some instructions and documents for writing language bindings.