in reply to
Perl + sqlite + bulk insert
From a little Googling around, I found two options.
Use COPY to bring in your data from a prepared file.
Use a prepared INSERT statement between BEGIN and END.
Comment on
Re: Perl + sqlite + bulk insert
In Section
Seekers of Perl Wisdom