From ba2bb328baf15b51ed7e9bd23672c444cd5d7dff Mon Sep 17 00:00:00 2001 From: lovasoa Date: Thu, 11 Apr 2024 16:12:30 +0200 Subject: [PATCH] readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d19d7c..0362ad3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This crate provides a custom Serde deserializer for SQLite JSONB columns. +It was initially developed for inclusion in the +[SQLPage](https://github.com/lovasoa/SQLpage) website builder. + ## Crate features The binary format can contain raw json data, so this crate depends on the `serde_json` crate to parse the JSON data.