dwalin has asked for the wisdom of the Perl Monks concerning the following question:

Anybody have a working patch for building DBD::SQLite against BDB SQLite backend emulation? I'm having trouble compiling it despite Oracle promises for it to be "an easy drop-in". Curious to try though, BDB is leaps and bounds faster and, what is even more important for me, BDB handles concurrent INSERTs way better than SQLite.

Regards,
Alex.

Replies are listed 'Best First'.
Re: DBD::SQLite with Berkeley DB backend
by Anonymous Monk on Jun 14, 2011 at 02:56 UTC
    A patch? delete the *.c/*.h files from the DBD-SQLite folder , and copy the ones from BerkeleyDB folder (or edit Makefile.PL to look for them)