https://github.com/softmotions/ejdb2iosexample
EJDB2 iOS Example application
https://github.com/softmotions/ejdb2iosexample
database ejdb ejdb2 example-app example-apps ios ios-app json swift swiftui
Last synced: 3 months ago
JSON representation
EJDB2 iOS Example application
- Host: GitHub
- URL: https://github.com/softmotions/ejdb2iosexample
- Owner: Softmotions
- Created: 2020-01-04T09:46:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T07:30:06.000Z (over 5 years ago)
- Last Synced: 2025-01-08T16:22:00.517Z (5 months ago)
- Topics: database, ejdb, ejdb2, example-app, example-apps, ios, ios-app, json, swift, swiftui
- Language: Swift
- Homepage: https://ejdb.org
- Size: 1.12 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EJDB2 Example iOS project
This Application is based on original https://github.com/devxoul/SwiftUITodo with [EJDB2](https://ejdb.org)
storage engine on board.## Prerequisites
* [Carthage](https://github.com/Carthage/Carthage)
* cmake
* XCode## Setup
```sh
git clone https://github.com/Softmotions/EJDB2IOSExample
cd EJDB2IOSExamplecarthage update --verbose
```Initial build takes some time - so be patient
[Also take a look on Cocoapods app version](https://github.com/Softmotions/EJDB2IOSExample/tree/cocoapods)