https://github.com/objectbox/objectbox-swift-spm
Hosts the ObjectBox Swift package
https://github.com/objectbox/objectbox-swift-spm
database objectbox swift
Last synced: 10 months ago
JSON representation
Hosts the ObjectBox Swift package
- Host: GitHub
- URL: https://github.com/objectbox/objectbox-swift-spm
- Owner: objectbox
- License: apache-2.0
- Created: 2024-10-24T13:04:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T09:58:02.000Z (about 1 year ago)
- Last Synced: 2025-01-12T09:32:11.691Z (12 months ago)
- Topics: database, objectbox, swift
- Language: Swift
- Homepage: https://swift.objectbox.io/install#swift-package
- Size: 24.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ObjectBox Swift Package
**Visit the ➡️ [Install ObjectBox Swift](https://swift.objectbox.io/install#swift-package) page to see how to use this Swift package.**
This repository only hosts the ObjectBox Swift package.
This Swift package contains the [ObjectBox Swift API](https://objectbox.io/docfiles/swift/current/), the [ObjectBox Swift generator](https://swift.objectbox.io/getting-started#generate-objectbox-code) as a command plugin and the native ObjectBox library for macOS and iOS.
## Development
Swift code is formatted using [swift-format](https://github.com/swiftlang/swift-format):
```shell
swift-format --in-place --recursive .
```