Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Accessing SQLite databases within ZIP files

by Corion (Patriarch)
on Jan 24, 2018 at 08:40 UTC ( [id://1207803]=note: print w/replies, xml ) Need Help??


in reply to Accessing SQLite databases within ZIP files

It seems that since SQLite 3.22 (just released), there is a zipfile extension that allows reading from ZIP-compressed SQLite databases reading and writing ZIP files as if they were tables.

To use it you will either need to manually compile it and load it as a dynamic extension, or modify your build of DBD::SQLite so that the file is directly included and the extension is registered.

Update: This does not treat a compressed SQLite-ZIP file identical to a plain SQLite file, unfortunately.

  • Comment on Re: Accessing SQLite databases within ZIP files

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1207803]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-24 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found