6

Anyone got some good recommendations for a Rust library that takes SQLite and lets you turn it into JSON?

I'm asking for a friend...also, I'm fairly positive the Puritans over at StackOverflow would have me crucified if I asked this one over there...

Comments
  • 2
    @LeFlawk Yeah, I think I'm gonna go with the sqlite crate and rustc-serialize. I have yet to get serde to work properly (I suspect it's because I'm an idiot half the time and suck at writing Rust code).

    Now that I have the pieces, I'm gonna model some data!
Add Comment