Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,21 @@ let oldClauses = query.find()
Want details? **[Read the guides](https://swift.objectbox.io/)** or
**[check out the API docs](https://objectbox.io/docfiles/swift/current/)**.

High-performance Swift database
## Table of Contents
- [Features](#features)
- [Adding ObjectBox to your project](#adding-objectbox-to-your-project)
- [New to CocoaPods?](#new-to-cocoapods)
- [CocoaPods troubleshooting](#cocoapods-troubleshooting)
- [Swift Versions](#swift-versions)
- [Example](#example)
- [Background: code generation](#background-code-generation)
- [Source code](#source-code)
- [Already using ObjectBox?](#already-using-objectbox)
- [Cross-platform database: Mobile, Desktop, Browser, Embedded, IoT](#cross-platform-database-mobile-desktop-browser-embedded-iot)
- [License](#license)
<hr/>

Features
-------------
🏁 **High performance** on restricted devices, like IoT gateways, micro controllers, ECUs etc.\
🪂 **Resourceful** with minimal CPU, power and Memory usage for maximum flexibility and sustainability\
Expand Down