bogdanf / SODA-Swift-Client

This repository ilustrate my article about how to integrate a modern Swift app with a cloud Oracle Autonomous Database storing JSON documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Swift apps with Oracle's Autonomous Database and NoSQL

This repository ilustrate my article about how to integrate a modern Swift app with a cloud Oracle Autonomous Database storing JSON documents. To fully understand what's going on in the code and properly setup the database, please read the full article

header

Technology

The client part uses Swift 5.3 / SwiftUI 2.0 and it's tested with XCode 12 (beta 5). The server part uses an Oracle Autonomous Database hosted on Oracle Cloud (OCI), under the free tier.

How to install

A working database instance running on cloud is needed, for full instructions on how to do that please read the first part of the article

For the client part, just clone the code here, replace your specific endpoint URL and admin credentials in SODA.swift.

About

This repository ilustrate my article about how to integrate a modern Swift app with a cloud Oracle Autonomous Database storing JSON documents.


Languages

Language:Swift 100.0%