Skip to content

Commit 2d89808

Browse files
READMEs: update intros
1 parent 25d67fc commit 2d89808

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,14 @@ Ready? Continue with the ➡️ **[Getting Started guide](https://docs.objectbox
7272

7373
## Why use ObjectBox
7474

75-
ObjectBox Flutter database is a great option for storing Dart objects locally in your cross-platform
76-
apps. It uses minimal CPU, memory and battery / power, which makes it a sustainable choice for mobile and IoT
77-
devices. Made for efficient data access, it is 10x faster than any alternative across all CRUD
78-
operations. See the [performance benchmarks](#flutter-database-performance-benchmarks) below.
79-
No need to learn SQL, as our NoSQL database uses a pure Dart API that is easy to work with and can be
80-
integrated in minutes. Plus: We built a data synchronization solution that allows you to choose
81-
which objects to sync when and keep data easily and efficiently in sync across devices.
75+
ObjectBox Flutter database is an excellent choice for storing Dart objects in cross-platform
76+
applications. Designed for high performance, the ObjectBox Flutter database is excellent for mobile
77+
and IoT devices. ObjectBox consumes minimal CPU, memory, and battery, ensuring that your software is
78+
not only efficient but also sustainable. By storing data locally on the device, ObjectBox allows you
79+
to cut cloud expenditures and create an app that does not require a connection. Get started with our
80+
intuitive native Dart API in minutes, without the hassle of SQL.
81+
Plus: We built a data synchronization solution that allows you to keep data in sync across devices
82+
and servers, both online and offline.
8283

8384
### Features
8485

objectbox/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323

2424
# Flutter database for Dart-native objects 💙
2525

26-
ObjectBox Flutter database is a great option for storing Dart objects in your cross-platform apps. Designed for
27-
high performance, the ObjectBox Flutter database is ideal or mobile and IoT devices. ObjectBox uses minimal CPU,
28-
memory and battery, making your app not only effective, but also sustainable. By storing data locally on device,
29-
ObjectBox helps you cut your cloud costs down and make an app that doesn't depend connection. Get started with
30-
our intuitive native Dart API in minutes, without the hassle of SQL.
31-
Plus: We built a data synchronization solution that allows you to keep data in sync across devices and servers,
32-
both online and offline.
26+
ObjectBox Flutter database is an excellent choice for storing Dart objects in cross-platform
27+
applications. Designed for high performance, the ObjectBox Flutter database is excellent for mobile
28+
and IoT devices. ObjectBox consumes minimal CPU, memory, and battery, ensuring that your software is
29+
not only efficient but also sustainable. By storing data locally on the device, ObjectBox allows you
30+
to cut cloud expenditures and create an app that does not require a connection. Get started with our
31+
intuitive native Dart API in minutes, without the hassle of SQL.
32+
Plus: We built a data synchronization solution that allows you to keep data in sync across devices
33+
and servers, both online and offline.
3334

3435
## Features
3536

0 commit comments

Comments
 (0)