Skip to content

Commit

Permalink
READMEs: update intros
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Mar 4, 2024
1 parent 25d67fc commit 2d89808
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,14 @@ Ready? Continue with the ➡️ **[Getting Started guide](https://docs.objectbox

## Why use ObjectBox

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

### Features

Expand Down
15 changes: 8 additions & 7 deletions objectbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@

# Flutter database for Dart-native objects 💙

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

## Features

Expand Down

0 comments on commit 2d89808

Please sign in to comment.