h-sphere / sql-seal

MIT License
7 stars 0 forks source link

[0.5.0] Support for JSON types #5

Closed kulak-at closed 3 months ago

kulak-at commented 3 months ago

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..