Replies: 2 comments 4 replies
|
I think there is a more fundamental issue here. And that is the unqualified advertisement of JSON support. When I read that The way I see it there are two options:
|
|
Another option that probably would work great for JSON lines is creating a column for each JSON key on the first level. For the second level, strings can be converted to TEXT, numbers to numbers, and arrays/dicts also to TEXT. Due to Sqlite's good JSON capabilities this representation will still be really useful in many cases. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently,
sqlitebitermay not be able to convert JSON in their original format.Related issues: #58, #84, #88
2 votes ·
All reactions