SQLSeal now supports JSON types! If your frontmatter is nested, it will be represented in the database as a JSON type. You can use SQLite built-in functions to parse it: json_extract, json_array_length, etc. More about SQlite functionality can be found here..
SQLSeal now supports JSON types! If your frontmatter is nested, it will be represented in the database as a JSON type. You can use SQLite built-in functions to parse it:
json_extract
,json_array_length
, etc. More about SQlite functionality can be found here..