This project demonstrates using the Swift programming language to use SQLite databases through the FMDB library. It provides sample statements to create tables, insert rows, update rows, and query rows.
Everything is inside file GettingStartedFMDBwithSwiftTests.swift
.
The application target serves only as a placeholder.
The demonstration is organized as unit tests. Thus, you can run each demonstration independently.
Each unit test run will create a new database file within GettingStartedWithFMDBandSwift
inside the application support directory.
Copyright (c) 2022, Sasmito Adibowo. Provided under the BSD 3-clause license.
- Xcode 14.1
- FMDB 2.7
—
Sasmito Adibowo
https://indiespark.top