We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9373dd commit a2f3f8cCopy full SHA for a2f3f8c
docs-src/dev-mode.md
@@ -4,7 +4,8 @@ The dev-mode plugin adds many checks and validations to RxDB.
4
This ensures that you use the RxDB API properly and so the dev-mode plugin should always be used when
5
using RxDB in developement mode.
6
7
-- Adds validation check for schemas, queries, ORM methods and document fields.
+- Adds validation check for validity of schemas, queries, ORM methods and document fields.
8
+ - **NOTE:**: Doesn't perform schema checks against the data see [schema validation](./schema-validation.md) for that.
9
- Adds readable error messages.
10
- Ensures that `readonly` JavaScript objects are not accidentially mutated.
11
0 commit comments