docs.rs failed to build crash_orm-0.7.2
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.
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.
Visit the last successful build:
crash_orm-0.6.3
Crash ORM
A simple, typed ORM for Postgres.
The goal of this project is to provide an easy-to-use API to interact with your postgres database.
NOTE: This is a fairly young project, and it may experience breaking changes through MINOR versions. Patch versions will never break your code.
ALSO NOTE: I won't add any other database engine until version 1.0 or until I replace tokio_postgres with a different library.
Documentation
The Documentation is located at docs.rs.
Feel free to open an issue if you need more / better documentation of a part of this package.
Reporting Issues / Requesting features
Always feel free to open an issue when you encounter a bug or when you are missing a feature.
I will try to implement as many features as possible, especially considering the structure of this ORM.