rustsqlite icon indicating copy to clipboard operation
rustsqlite copied to clipboard

examples

Open brianoh opened this issue 12 years ago • 3 comments

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.

brianoh avatar Oct 23 '13 05:10 brianoh

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

kud1ing avatar Oct 23 '13 20:10 kud1ing

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 .

brianoh avatar Oct 24 '13 00:10 brianoh

Link above is outdated -- should be https://github.com/linuxfood/rustsqlite/blob/master/src/sqlite3.rs

brycefisher avatar Aug 09 '14 23:08 brycefisher