From c5282e09a503169635dd6693da9c82442ce5b3cd Mon Sep 17 00:00:00 2001 From: Vahid Nesro <63849626+Vahid1919@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:39:18 +0200 Subject: [PATCH 1/4] update readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eeb59f..5868d9f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,16 @@ 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 +- [Features](#features) +- [Getting Started](#getting-started) +- [Flutter Database Performance Benchmarks](#flutter-database-performance-benchmarks) +- [Do you 💙 ObjectBox?](#do-you--objectbox) +- [Contributing](#contributing) +- [Packages](#packages) +- [Other languages/bindings](#other-languagesbindings) +- [License](#license) + +##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\ From c6785d9a4fca9c4c5eb672d6c63f032d50ff0466 Mon Sep 17 00:00:00 2001 From: Vahid Nesro <63849626+Vahid1919@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:46:50 +0200 Subject: [PATCH 2/4] Added Table of Content to README --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5868d9f..055a07a 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,18 @@ Want details? **[Read the guides](https://swift.objectbox.io/)** or **[check out the API docs](https://objectbox.io/docfiles/swift/current/)**. - [Features](#features) -- [Getting Started](#getting-started) -- [Flutter Database Performance Benchmarks](#flutter-database-performance-benchmarks) -- [Do you 💙 ObjectBox?](#do-you--objectbox) -- [Contributing](#contributing) -- [Packages](#packages) -- [Other languages/bindings](#other-languagesbindings) +- [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) -##Features +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\ From 6b275c87ca1de73d1347af057dc1b14def067a5b Mon Sep 17 00:00:00 2001 From: Vahid Nesro <63849626+Vahid1919@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:48:30 +0200 Subject: [PATCH 3/4] Added Title for TOC --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 055a07a..d3719f5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ 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/)**. +## Table of Contents - [Features](#features) - [Adding ObjectBox to your project](#adding-objectbox-to-your-project) - [New to CocoaPods?](#new-to-cocoapods) @@ -37,6 +38,7 @@ Want details? **[Read the guides](https://swift.objectbox.io/)** or - [Already using ObjectBox?](#already-using-objectbox) - [Cross-platform database: Mobile, Desktop, Browser, Embedded, IoT](cross-platform-database-mobile-desktop-browser-embedded-iot) - [License](#license) +