libdatabase-dumptruck-perl

Document-oriented interface to a sqlite database
  https://metacpan.org/release/Database-DumpTruck
  0
  no reviews



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.