Skip to content

Files

Latest commit

e8a1033 · Jun 5, 2022

History

History
This branch is 1139 commits behind sqldelight/sqldelight:master.

sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 10, 2022
Jun 5, 2022
Mar 31, 2022
Apr 15, 2021
Apr 12, 2022
Apr 4, 2022
Jan 4, 2022
Mar 31, 2022
Apr 15, 2021
Feb 16, 2022
Apr 15, 2021
Jun 5, 2022

README.md

Sample App

Android, iOS and web sample apps.

Building iOS

You'll need Xcode installed and basic familiarity with building iOS apps before trying to run this sample.

Run build on the command line

./gradlew build

Then open the Xcode project

cd sample/iosApp
open iosApp.xcodeproj

Select a simulator and run

The Xcode build may fail because it can't see ANDROID_HOME, in which case you can add sdk.dir to local.properties

Running the web sample

Open the sample by running

./gradlew :browserRun

The sample will be open at http://localhost:8080