There is also rustsqlite[1]. It would be great to have generic bindings for databases, like in Go or in Java. In Rust, however, reflective approaches of these won’t work because Rust lacks structural reflection. I guess, generic bindings will have to follow type classes approach, like Encodable/Decodable (maybe even use them, taking advantage of automatic deriving).
[1]: https://github.com/linuxfood/rustsqlite On 08 июня 2014 г., at 16:19, Steve Klabnik <[email protected]> wrote: > There isn't no. If you want to build a binding, just do it! The only > one I'm really aware of right now is > https://github.com/sfackler/rust-postgres > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
