Subject: | [Enhancement] store entries.data as TEXT instead of BLOB in SQLite at least |
I'm not sure if this is feasible at all, but it would help with
inspecting what KiokuDB does behind the scenes if the 'data' column of
the 'entries' table were of type TEXT. Right now it's a BLOB and some
SQLite exploration tools won't display BLOBs in any fashion.
Since the data is JSON anyway, I thought storing it as TEXT might work.
If MySQL barfs, maybe this could done only for SQLite.