just serve
Here is an interesting discussion about it
You will find informations about the SQLite JSONB format here The diverse JSON functions to query json paths are well documented here
In SQlite, we have to create the column as a BLOB, which will be read as JSONB when queried. In PostgreSQL, we can use the JSONB data type directly via the sqlalchemy.dialects.postgresql.JSONB.
We used the well-known Faker library to generate fake data for our application.