@@ -82,7 +82,6 @@ SQLiteDB also works as a lightweight, Swift-friendly wrapper over the C
82
82
API.
83
83
84
84
``` swift
85
- // Wrap everything in a do...catch to handle errors
86
85
do {
87
86
// ...
88
87
@@ -135,26 +134,14 @@ Swift code.
135
134
136
135
## Communication
137
136
138
- [ See the planning document] for a roadmap and existing feature requests.
139
-
140
137
[ Read the contributing guidelines] [ ] . The _ TL;DR_ (but please; _ R_ ):
141
138
142
- - Need ** help** or have a ** general question** ? [ Ask on Stack
143
- Overflow] [ ] (tag ` sqlite.swift ` ).
144
139
- Found a ** bug** or have a ** feature request** ? [ Open an issue] [ ] .
145
140
- Want to ** contribute** ? [ Submit a pull request] [ ] .
146
141
147
142
[ Read the contributing guidelines ] : ./CONTRIBUTING.md#contributing
148
- [ Ask on Stack Overflow ] : https://stackoverflow.com/questions/tagged/sqlite.swift
149
143
[ 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:stephen@stephencelis.com )
156
- ([ @stephencelis ] ( https://twitter.com/stephencelis ) )
157
-
144
+ [ Submit a pull request ] : https://github.com/skiptools/swift-sqlite/pulls
158
145
159
146
## License
160
147
@@ -163,12 +150,13 @@ file](./LICENSE.txt) for more information.
163
150
164
151
## Alternatives
165
152
166
- Looking for something else? Try another Swift wrapper (or [ FMDB ] [ ] ) :
153
+ Here are a number of other popular SQLite alternative packages :
167
154
155
+ - [ swift-toolchain-sqlite] ( https://github.com/swiftlang/swift-toolchain-sqlite )
168
156
- [ SQLite.swift] ( https://github.com/stephencelis/SQLite.swift )
169
157
- [ GRDB] ( https://github.com/groue/GRDB.swift )
158
+ - [ FMDB]
170
159
171
- [ Swift ] : https://swift.org/
172
160
[ SQLite3 ] : https://www.sqlite.org
173
161
[ SQLite.swift ] : https://github.com/stephencelis/SQLite.swift
174
162
[ FMDB ] : https://github.com/ccgus/fmdb
0 commit comments