Skip to content

RORM Documentation

rorm is an ORM (object-relation-mapper) for the Rust programming language.

It is heavily inspired by the excellent orm of the django webframework.

To get started, head over to Getting Started.

For a complete, runnable application using rorm, have a look at the example forum server in the rorm repository.