From 0f49ad180deaba6158fe8d2b460244ddc6be740f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 17 Jan 2021 20:29:51 -0300 Subject: [PATCH] Sort README #TODO List in order of priority --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 097fb24..41d3ca8 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ read the example tests available on our [example service](./examples/example_ser ### TODO List -- Improve error messages - Allow the ID field to have a different name -- Implement a JSON fields on the database (encoding/decoding them automatically into structs) +- Implement support for JSON fields on the database (encoding/decoding them automatically into structs) - Implement support for nested objects with prefixed table names +- Improve error messages