2222The Northwind database is a common database example that has been ported
2323to SQLite.
2424Lighter provides a Swift version of that in the
25- [ NorthwindSQLite.swift] ( https://github.com/55DB091A-8471-447B-8F50-5DFF4C1B14AC /NorthwindSQLite.swift )
25+ [ NorthwindSQLite.swift] ( https://github.com/Lighter-swift /NorthwindSQLite.swift )
2626repository.
2727
2828> Note: The particular SQLite version of the Northwind database is quite
@@ -31,17 +31,17 @@ repository.
3131> That actually makes it a good example on how to deal with such databases in
3232> Lighter.
3333
34- The Swift Northwind API: [ Documentation] ( https://55db091a-8471-447b-8f50-5dff4c1b14ac .github.io/NorthwindSQLite.swift/documentation/northwind/ ) .
34+ The Swift Northwind API: [ Documentation] ( https://Lighter-swift .github.io/NorthwindSQLite.swift/documentation/northwind/ ) .
3535
3636
3737### Examples
3838
39- - [ Northwind] ( https://55db091a-8471-447b-8f50-5dff4c1b14ac .github.io/NorthwindSQLite.swift/documentation/northwind/ ) Database:
39+ - [ Northwind] ( https://Lighter-swift .github.io/NorthwindSQLite.swift/documentation/northwind/ ) Database:
4040 - [ NorthwindWebAPI] ( Sources/NorthwindWebAPI/ ) (A server side Swift example
4141 exposing the DB as a JSON API endpoint, and providing a few pretty HTML
4242 pages showing data contained.)
4343 - [ NorthwindSwiftUI] ( Sources/NorthwindSwiftUI/ ) (A SwiftUI example that lets
44- one browse the Northwind database. Uses the Lighter API in combination and
44+ one browse the Northwind database. Uses the Lighter API in combination with
4545 its async/await supports.)
4646- Custom database:
4747 - [ Bodies] ( Sources/Bodies/ ) (A SwiftUI example which loads a list of solar
@@ -63,6 +63,7 @@ presumably any form of praise you can think of.
6363
6464** Want to support my work** ?
6565Buy an app:
66+ [ Code for SQLite3] ( https://apps.apple.com/us/app/code-for-sqlite3/id1638111010 ) ,
6667[ Past for iChat] ( https://apps.apple.com/us/app/past-for-ichat/id1554897185 ) ,
6768[ SVG Shaper] ( https://apps.apple.com/us/app/svg-shaper-for-swiftui/id1566140414 ) ,
6869[ Shrugs] ( https://shrugs.app/ ) ,
0 commit comments