rorm 0.6.4

A asynchronous declarative ORM written in pure rust.
Documentation

rorm

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 5 of them enabled by default.

default

  • all-drivers
  • chrono
  • time
  • uuid

all-drivers

  • rorm-db/postgres
  • rorm-cli?/postgres
  • rorm-db/mysql
  • rorm-cli?/mysql
  • rorm-db/sqlite
  • rorm-cli?/sqlite

chrono

  • dep:chrono

time

  • dep:time

uuid

  • dep:uuid

postgres-only

  • rorm-db/postgres-only
  • rorm-cli?/postgres
  • dep:mac_address
  • dep:ipnetwork
  • dep:bit-vec

cli

  • dep:rorm-cli

tokio

  • rorm-db/tokio

msgpack

  • dep:rmp-serde

async-std

  • rorm-db/async-std

native-tls

  • rorm-db/native-tls

rustls

  • rorm-db/rustls