SQLite 3.6.23.1 wrapper + connector

Jonathan M Davis jmdavisprog at gmail.com
Sun Jul 18 19:20:28 PDT 2010


On Sunday 18 July 2010 19:10:35 Ellery Newcomer wrote:
> On 07/18/2010 05:44 PM, awishformore wrote:
> > Hello there.
> > 
> > I've converted the .h file of the latest SQLite version to .d and I
> > thought I'd let the world know (as suggested on IRC ;). Maybe it will
> > save someone some work.
> > 
> > I've also written a nice connector class that wraps all the C functions
> > for convenient use in your application. It's very basic, but I will
> > probably add more features (like automatic preparation of statements and
> > automatic caching of several prepared statements) later.
> > 
> > For the time being both files are included in the download:
> > http://nexunity.com/sqlite4d.rar
> 
> btw, would it be possible to distribute as something other than a rar? I
> wanted to have a peek at what you've done, but apparently nothing on my
> [linux] system can read that file.

While I hate rar, every distribution than I have used has had unrar. There's a 
decent chance that it isn't installed by default though.

- Jonathan M Davis


More information about the Digitalmars-d-announce mailing list