Hi, list.

I'm trying to write libsql and libsql_macro, a library to handle SQL in a
type-safe manner.

The goal this library is trying to achieve is:

   - A unified interface to access various RDBMS systems
   - SQL-like DSL to generate SQL queries
   - Type-safe database manipulation

I want to have comments on the initial design.

http://kimhyunkang.github.io/blog/2014/06/15/rust-rfc-libsql/

Please feel free to leave comment on the blog post, or through this mailing
list.

Thanks
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to