![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^3: DBD::SQLite questionsby elef (Friar) |
on Nov 28, 2013 at 08:34 UTC ( #1064766=note: print w/replies, xml ) | Need Help?? |
Well, SQLite has internal hooks for compress() and uncompress() so I would like to use those. I just don't know how. From the documentation, it seems I would need to call
Then when I call INSERT or SELECT I need to compress() and uncompress() the text strings. Maybe I could use IO::Compress::Zip for the magic incantations...? That's what I can gather, but I can find no specifics on implementation.
In Section
Seekers of Perl Wisdom
|
|