Core features of ObjectBox for Flutter and Dart
mainObjectBox is a high-performance NoSQL database designed for mobile and IoT devices. Key features include:
- Vector Support: On-device vector database for AI applications.
- Performance: High response rates for real-time applications.
- ACID Compliance: Ensures data integrity (Atomic, Consistent, Isolated, Durable).
- Multiplatform: Supports Android, iOS, macOS, Linux, Windows, and any POSIX-system.
- Built-in Relations: Native support for object links and relationships.
- Statically Typed: Compile-time checks and optimizations.
- Schema Migration: Tools to evolve your data model safely.
- Data Sync: Capability to synchronize data between devices and servers (online or offline).