Skip to content

Commit

Permalink
Mention SQL centricity of Floor in README (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner authored May 23, 2020
1 parent 294a316 commit 49fbff2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion floor/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 49fbff2

Please sign in to comment.