sql-orm 0.2.0-rc.1

Public API crate for the sql-orm workspace.
Documentation
1
2
3
4
5
6
use sql_orm::prelude::*;

#[derive(FromRow)]
struct UnitProjection;

fn main() {}