mirror of https://github.com/AMT-Cheif/drift.git
Typo in _index.md
This commit is contained in:
parent
2920681ff9
commit
e5e8fbf628
|
@ -11,7 +11,7 @@ description: Welcome to the moor documentation. This site shows you what moor ca
|
|||
## So what's moor?
|
||||
Moor is a reactive persistence library for Dart and Flutter applications. It's built ontop
|
||||
of database libraries like [sqflite](https://pub.dev/packages/sqflite) or [sql.js](https://github.com/kripken/sql.js/)
|
||||
and provides additional featues, like
|
||||
and provides additional features, like:
|
||||
|
||||
- __Type safety__: Instead of writing sql queries manually and parsing the `List<Map<String, dynamic>>` that they
|
||||
return, moor turns rows into objects of your choice.
|
||||
|
@ -28,4 +28,4 @@ return, moor turns rows into objects of your choice.
|
|||
And much more! Moor validates data before inserting it, so you can get helpful error messages instead of just an
|
||||
sql error code. Of course, it supports transactions. And DAOs. And efficient batched insert statements. The list goes on.
|
||||
|
||||
Check out these in-depth articles to learn about moor and how to use its features.
|
||||
Check out these in-depth articles to learn about moor and how to use its features.
|
||||
|
|
Loading…
Reference in New Issue