@@ -82,7 +82,6 @@ SQLiteDB also works as a lightweight, Swift-friendly wrapper over the C
8282API.
8383
8484``` swift
85- // Wrap everything in a do...catch to handle errors
8685do {
8786 // ...
8887
@@ -135,26 +134,14 @@ Swift code.
135134
136135## Communication
137136
138- [ See the planning document] for a roadmap and existing feature requests.
139-
140137[ Read the contributing guidelines] [ ] . The _ TL;DR_ (but please; _ R_ ):
141138
142- - Need ** help** or have a ** general question** ? [ Ask on Stack
143- Overflow] [ ] (tag ` sqlite.swift ` ).
144139 - Found a ** bug** or have a ** feature request** ? [ Open an issue] [ ] .
145140 - Want to ** contribute** ? [ Submit a pull request] [ ] .
146141
147142[ Read the contributing guidelines ] : ./CONTRIBUTING.md#contributing
148- [ Ask on Stack Overflow ] : https://stackoverflow.com/questions/tagged/sqlite.swift
149143[ Open an issue ] : https://github.com/skiptools/swift-sqlite/issues/new
150- [ Submit a pull request ] : https://github.com/skiptools/swift-sqlite/fork
151-
152-
153- ## Original author
154-
155- - [ Stephen Celis
] ( mailto:[email protected] ) 156- ([ @stephencelis ] ( https://twitter.com/stephencelis ) )
157-
144+ [ Submit a pull request ] : https://github.com/skiptools/swift-sqlite/pulls
158145
159146## License
160147
@@ -163,12 +150,13 @@ file](./LICENSE.txt) for more information.
163150
164151## Alternatives
165152
166- Looking for something else? Try another Swift wrapper (or [ FMDB ] [ ] ) :
153+ Here are a number of other popular SQLite alternative packages :
167154
155+ - [ swift-toolchain-sqlite] ( https://github.com/swiftlang/swift-toolchain-sqlite )
168156 - [ SQLite.swift] ( https://github.com/stephencelis/SQLite.swift )
169157 - [ GRDB] ( https://github.com/groue/GRDB.swift )
158+ - [ FMDB]
170159
171- [ Swift ] : https://swift.org/
172160[ SQLite3 ] : https://www.sqlite.org
173161[ SQLite.swift ] : https://github.com/stephencelis/SQLite.swift
174162[ FMDB ] : https://github.com/ccgus/fmdb
0 commit comments