On Thu, 5 Jun 2014 18:20:48 +1000 Chris Morgan <[email protected]> wrote:
> Also, incidentally, both of these things are higher-level tools; I > would also like to see an attempt at safe SQL, e.g. `sql!(SELECT bar > FROM foo)`. To be clear, SQLAlchemy is "higher level" in the sense that it is database agnostic, but SQLAlchemy *core*, is not an ORM, it is a set of tools for programmatically generating sql expressions, and managing connections and sessions. SQLAlchemy has an ORM, but it is a separate layer, built on top of the expression language, which is fairly low level. It is a very robust system that is worth looking into for inspiration, whether the path Rust takes is more type-oriented or not. Cheers, Cliff _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
