Mailing List Archive

[Bug 3202] New: Replace DB_File with SQLite?
http://bugzilla.spamassassin.org/show_bug.cgi?id=3202

Summary: Replace DB_File with SQLite?
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: spamassassin-dev@incubator.apache.org
ReportedBy: felicity@kluge.net


I can't remember if it came up before, but I recently found out about SQLite (http://www.sqlite.com/)

Basically it's an embedable/lightweight C-based SQL library. Can use it via DBD::SQLite (from our own
M. Sergeant), which has the lib built-in. (http://www.cpan.org/modules/by-module/DBD/DBD-SQLite
-0.31.readme)

I don't know if it has better I/O characteristics than DB_File, but it would let us do SQL all around, and
use DBI/DBD, which is a goal we've had for a while.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.