aragog 0.10.1

A simple lightweight object-document mapper for ArangoDB
Documentation
1
2
3
4
5
6
7
8
pub mod database_access;
pub mod database_collection;
pub mod database_connection_pool;
pub mod database_connection_pool_builder;
pub mod database_record;
mod database_service;
/// The transaction module
pub mod transaction;