Subject: | Fork a variant for distributable SQLite dbs |
The main DBD::SQLite dist keeps upgrading the bundled SQLite database.
This is fine, except when you want to create a SQLite database for wide
distribution as a container for some published data.
I'm not sure how hard this would be, but it would be nice if there was a
way to have a DBD::SQLiteV3 (or something) fork, that was the same as
the main one, but bundled the oldest version of SQLite that the current
version is capable of reading safely.
So, I imagine it would be 3.0.0 or something?
In any case, using this alternative version would mean you could use
seperate drivers for 1. Generating distributable database files 2. Doing
your normal stuff.