Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wkok committed Feb 23, 2024
1 parent 611de7b commit 443577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/04-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is achieved by implementing the `Database` protocol. Out the box, re-dash s
- [Drift](https://drift.simonbinder.eu/) (a relational persistence library over sqlite3)
- [RxDB](https://rxdb.info/articles/flutter-database.html) (a popular reactive NoSQL database for JavaScript, usable from Flutter)

> Multiple databases may be registered and used in the same app simultaneously. Note however, that subscription signals of different database implementations cannot be used with a layer 3 subscription.
> Multiple databases may be registered and used in the same app simultaneously. Note however, that subscription signals of mixed database implementations cannot be used within one layer 3 subscription.
## AppDB

Expand Down

0 comments on commit 443577e

Please sign in to comment.