[sqlite] RE: [RBL] RE: [sqlite] Writing wrappers?

2006-02-27 Thread Steve O'Hara
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Gewirtz Sent: 25 February 2006 05:03 To: sqlite-users@sqlite.org Subject: [RBL] RE: [sqlite] Writing wrappers? Thanks! So, being completely naïve, a wrapper's a chunk of C code, right? It's not some kind of scripty interface

Re: [sqlite] Writing wrappers?

2006-02-25 Thread Clay Dowling
David Gewirtz wrote: > Thanks! So, being completely naïve, a wrapper's a chunk of C code, right? > It's not some kind of scripty interface into SQLite? So would the docs > really be the SQLite API, but with calls from the host language to the > SQLite API? The wrapper is whatever you need it to be

RE: [sqlite] Writing wrappers?

2006-02-24 Thread David Gewirtz
ng [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 10:07 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Writing wrappers? David Gewirtz said: > > I've just started to explore SQLite and I've noticed a whole pile of > wrappers for various environments. The en

Re: [sqlite] Writing wrappers?

2006-02-24 Thread Clay Dowling
David Gewirtz said: > > I've just started to explore SQLite and I've noticed a whole pile of > wrappers for various environments. The environment I'm using (the open > source Frontier Kernel) doesn't have any wrappers, so I'd like to write > one. > Can someone post some pointers to resources on ho

[sqlite] Writing wrappers?

2006-02-24 Thread David Gewirtz
I've just started to explore SQLite and I've noticed a whole pile of wrappers for various environments. The environment I'm using (the open source Frontier Kernel) doesn't have any wrappers, so I'd like to write one. Can someone post some pointers to resources on how to get started writing wrapper