in reply to Problems with storable and Sqlite
Errm, is there a reason you’re inserting a blob containing a list of hashes into a row – instead of having ISBN and title columns in your books table and putting each of those records in a row? Your code is treating the database as just a file (or a bunch of them). Why not capitalise on the strengths of an RDBMS?
Makeshifts last the longest.
|
|---|