JSON and virtual columns in SQLite ↦
Anton Zhiyanov shows how you can store non-normalized data in SQLite and use virtual columns to query against it without the massive performance penalty that json_extract
would otherwise incur.
Anton Zhiyanov shows how you can store non-normalized data in SQLite and use virtual columns to query against it without the massive performance penalty that json_extract
would otherwise incur.
Discussion
Sign in or Join to comment or subscribe