From 49fbff2101ad3f06e14cb17ecb2606db2e309098 Mon Sep 17 00:00:00 2001 From: Vitus Date: Sat, 23 May 2020 17:10:11 +0200 Subject: [PATCH] Mention SQL centricity of Floor in README (#335) --- README.md | 4 +++- floor/README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 225932cc..5c932fed 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ ![Floor](https://raw.githubusercontent.com/vitusortner/floor/develop/img/floor.png) Floor provides a neat SQLite abstraction for your Flutter applications inspired by the [Room persistence library](https://developer.android.com/topic/libraries/architecture/room). -It comes with automatic mapping between in-memory objects and database rows while still offering full control over the database with the use of SQL. +It comes with automatic mapping between in-memory objects and database rows while still offering full control of the database with the use of SQL. +In order to harvest Floor's full potential, it's necessary to have an understanding of SQL and SQLite. - typesafe - reactive - lightweight +- SQL centric - no hidden magic - no hidden costs - iOS, Android, Linux, macOS, Windows diff --git a/floor/README.md b/floor/README.md index 225932cc..5c932fed 100644 --- a/floor/README.md +++ b/floor/README.md @@ -1,11 +1,13 @@ ![Floor](https://raw.githubusercontent.com/vitusortner/floor/develop/img/floor.png) Floor provides a neat SQLite abstraction for your Flutter applications inspired by the [Room persistence library](https://developer.android.com/topic/libraries/architecture/room). -It comes with automatic mapping between in-memory objects and database rows while still offering full control over the database with the use of SQL. +It comes with automatic mapping between in-memory objects and database rows while still offering full control of the database with the use of SQL. +In order to harvest Floor's full potential, it's necessary to have an understanding of SQL and SQLite. - typesafe - reactive - lightweight +- SQL centric - no hidden magic - no hidden costs - iOS, Android, Linux, macOS, Windows