mango-orm 0.1.8-pre-alpha.12

ORM-like API MongoDB for Rust.
docs.rs failed to build mango-orm-0.1.8-pre-alpha.12
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Logo

mango-orm

ORM-like API MongoDB for Rust

The first version of the crate is not available now. This crate is still WIP.

Philosophy

We want to provide an ORM based on MongoDB type safe and very easy to use in Rust.

Next Steps:

  • Define the main derive_proc_macro Model that will allow developers to create models with it.
  • Add documentation
  • Split code

Do not hesitate to contribute.