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:
|
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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,
sqlitebiter
may not be able to convert JSON in their original format.Related issues: #58, #84, #88
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions