apache_age-0.3.0 has been yanked.
Apache AGE (Rust Driver)
What is Apache AGE
AGE is opensource backend for postgres, that allows user to perform graph related operations on postgres. You can read about it on the official website
Driver usage
More examples can be find in documentation (link below)
use ;
use ;
let mut client = connect_age.unwrap;
client.create_graph;
match client.
client.drop_graph;
Links
Testing
There is a simple docker-compose file within tests directory. Run it to set up an AGE db.