Skip to content

Commit fc8f8df

Browse files
committed
Remove outdated docs/links
1 parent 136a5c5 commit fc8f8df

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ syntax _and_ intent.
1919
- [Well-documented][See Documentation]
2020
- Extensively tested
2121
- [SQLCipher][] support via CocoaPods
22+
- [Schema query/migration][]
2223
- Works on [Linux](Documentation/Linux.md) (with some limitations)
2324
- Active support at
2425
[StackOverflow](https://stackoverflow.com/questions/tagged/sqlite.swift),
@@ -27,6 +28,7 @@ syntax _and_ intent.
2728

2829
[SQLCipher]: https://www.zetetic.net/sqlcipher/
2930
[Full-text search]: Documentation/Index.md#full-text-search
31+
[Schema query/migration]: Documentation/Index.md#querying-the-schema
3032
[See Documentation]: Documentation/Index.md#sqliteswift-documentation
3133

3234

@@ -115,17 +117,10 @@ interactively, from the Xcode project’s playground.
115117

116118
![SQLite.playground Screen Shot](Documentation/Resources/playground@2x.png)
117119

118-
For a more comprehensive example, see
119-
[this article][Create a Data Access Layer with SQLite.swift and Swift 2]
120-
and the [companion repository][SQLiteDataAccessLayer2].
121-
122-
123-
[Create a Data Access Layer with SQLite.swift and Swift 2]: https://masteringswift.blogspot.com/2015/09/create-data-access-layer-with.html
124-
[SQLiteDataAccessLayer2]: https://github.com/hoffmanjon/SQLiteDataAccessLayer2/tree/master
125-
126120
## Installation
127121

128-
> _Note:_ Version 0.11.6 and later requires Swift 5 (and [Xcode](https://developer.apple.com/xcode/downloads/) 10.2) or greater. Version 0.11.5 requires Swift 4.2 (and [Xcode](https://developer.apple.com/xcode/downloads/) 10.1) or greater.
122+
> _Note:_ Version 0.11.6 and later requires Swift 5 (and [Xcode](https://developer.apple.com/xcode/downloads/) 10.2) or greater.
123+
> Version 0.11.5 requires Swift 4.2 (and [Xcode](https://developer.apple.com/xcode/downloads/) 10.1) or greater.
129124
130125
### Swift Package Manager
131126

0 commit comments

Comments
 (0)