examples
Hi, Any chance of some up-to-date examples, or can you point me to some up-to-date examples? The main thing currently that I need to do is a SELECT with NEXT or similar and extracting column values. I've seen highlow, but I believe that's not up-to-date.
I think the only example-like code there is right now, are the unit tests at the bottom of https://github.com/linuxfood/rustsqlite/blob/master/src/sqlite/lib.rs
Thanks, I'll check that out. B
On Thu, Oct 24, 2013 at 7:19 AM, kud1ing [email protected] wrote:
I think the only example-like code there is right now, are the unit tests at the bottom of https://github.com/linuxfood/rustsqlite/blob/master/src/sqlite/lib.rs
— Reply to this email directly or view it on GitHubhttps://github.com/linuxfood/rustsqlite/issues/58#issuecomment-26941877 .
Link above is outdated -- should be https://github.com/linuxfood/rustsqlite/blob/master/src/sqlite3.rs