Skip to content

Commit 76bf90a

Browse files
Merge pull request #337 from objectbox/obx-vivien-patch-1
Update README.md
2 parents 52ffe05 + 30783d3 commit 76bf90a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

flutter_libs/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: objectbox_flutter_libs
2-
description: Flutter database for super-fast NoSQL ACID compliant object persistence. This package contains Flutter runtime libraries for ObjectBox.
2+
description: Superfast NoSQL Flutter / Dart database. This package contains Flutter runtime libraries for ObjectBox.
33
repository: https://github.com/objectbox/objectbox-dart
44
homepage: https://objectbox.io
55
version: 1.2.0

generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: objectbox_generator
2-
description: ObjectBox binding code generator - finds annotated entities and adds them to the ObjectBox DB model.
2+
description: ObjectBox Flutter / Dart database binding code generator - finds annotated entities and adds them to the ObjectBox DB model.
33
repository: https://github.com/objectbox/objectbox-dart
44
homepage: https://objectbox.io
55
version: 1.2.0

objectbox/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://raw.githubusercontent.com/objectbox/objectbox-dart/main/.github/logo.png" width="400px">
33
</p>
44

5-
# Flutter database for Dart-native object persistence 💙
5+
# Flutter database for Dart-native objects 💙
66

77
[![pub package](https://img.shields.io/pub/v/objectbox.svg)](https://pub.dev/packages/objectbox)
88

@@ -130,16 +130,16 @@ dev_dependencies:
130130

131131
Continue with the [examples README](example/README.md) to learn how to create entities and use the ObjectBox API.
132132

133-
## Benchmarks
133+
## Database Performance Benchmarks
134134

135-
We tested CRUD operations (create, read, update, delete). Each test was run multiple times and executed
135+
We tested across the four main database operations, CRUD (create, read, update, delete). Each test was run multiple times and executed
136136
manually outside of the measured time. Data preparation and evaluation were also done outside of the measured time.
137137

138138
![](https://raw.githubusercontent.com/objectbox/objectbox-dart/main/.github/benchmarks.png)
139139

140140
You can run these yourself using our [objectbox-dart-performance](https://github.com/objectbox/objectbox-dart-performance) Flutter benchmark app.
141141

142-
## Help wanted
142+
## Help wanted 🤩
143143

144144
ObjectBox Dart is open to contributions and feedback on [GitHub](https://github.com/objectbox/objectbox-dart/issues).
145145
Either comment on an existing issue or open a new one. For example, if you experience errors or if you have ideas how to

sync_flutter_libs/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: objectbox_sync_flutter_libs
2-
description: Flutter database for super-fast NoSQL ACID compliant object persistence. This package contains Flutter runtime libraries for ObjectBox, including ObjectBox Sync.
2+
description: Fast Flutter database for persisting Dart objects. This package contains Flutter runtime libraries for ObjectBox, including ObjectBox Sync.
33
repository: https://github.com/objectbox/objectbox-dart
44
homepage: https://objectbox.io
55
version: 1.2.0

0 commit comments

Comments
 (0)