sqlite3
sqlite3 copied to clipboard
Make JSON parsing optional
I'm trying to create a wrapper over this library in rado (type safe query builder). Parsing columns that align to the JSON_SUBTYPE is making this hard because it requires keeping track of whether an expression could return parsed results or not. Making the parsing optional (always returning text) would make wrapping a lot easier.