Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

ivanceras/old-rustorm

Repository files navigation

Rustorm

A big Rewrite is on-going

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

Suppported database

  • Postgresql
  • Sqlite
  • Mysql

Roadmap

  • Support for Mysql

For Updates

Follow me on twitter: @ivanceras

Related project