
Database::dumptruck is a simple document-oriented interface to a sqlite database, modelled after scraperwiki's python dumptruck module. it allows for easy (and maybe inefficient) storage and retrieval of structured data to and from a database without interfacing with sql.
the module attempts to identify the type of the data you're inserting and uses an appropriate sqlite type.