From 6c4db2515842ae02710d9dba1f5ebe81f738f66a Mon Sep 17 00:00:00 2001 From: Win Date: Thu, 2 May 2019 12:07:28 +0000 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2bf4ce..4634abf 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A database helper library for [Sqflite](https://github.com/tekartik/sqflite). Fo - **Simple api** for crud operations - **Changefeed**: a stream to monitor database changes - **Select bloc**: a ready to use reactive bloc for select operations +- **Synchronized map**: a reactive map that auto updates a database row Check the [documentation](https://sqlcool.readthedocs.io/en/latest/) for usage instructions