rustorm 0.7.0

An ORM for rust
Documentation

Rustorm

Latest Version Build Status Downloads Coverage Status Build status MIT licensed

An ORM for rust

Design

Rustorm is design to get data from dynamic tables, i.e tables that are created at run-time.

Features

  • Fluent high-level and low-level API
  • Composable queries
  • Automatic renames of conflicted colum names in the query.
  • Easy to reason out generated SQL

docs

Suppported database

  • Postgresql
  • Sqlite
  • Mysql

Roadmap

  • Support for Mysql

For Updates

Follow me on twitter: @ivanceras

Related project