Skip to content

Commit eca9eb2

Browse files
committed
Merge pull request stephencelis#329 from stephencelis/mikemee-patch-1
Add support links to features, add link to SQLiteCipher, Gitter link
2 parents 13e7d77 + 632b9b5 commit eca9eb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SQLite.swift
22

3-
[![Build Status][Badge]][Travis] [![CocoaPods Version](https://cocoapod-badges.herokuapp.com/v/SQLite.swift/badge.png)](http://cocoadocs.org/docsets/SQLite.swift) [![Platform](https://cocoapod-badges.herokuapp.com/p/SQLite.swift/badge.png)](http://cocoadocs.org/docsets/SQLite.swift) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
3+
[![Build Status][Badge]][Travis] [![CocoaPods Version](https://cocoapod-badges.herokuapp.com/v/SQLite.swift/badge.png)](http://cocoadocs.org/docsets/SQLite.swift) [![Platform](https://cocoapod-badges.herokuapp.com/p/SQLite.swift/badge.png)](http://cocoadocs.org/docsets/SQLite.swift) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Join the chat at https://gitter.im/stephencelis/SQLite.swift](https://badges.gitter.im/stephencelis/SQLite.swift.svg)](https://gitter.im/stephencelis/SQLite.swift)
44

55
A type-safe, [Swift][]-language layer over [SQLite3][].
66

@@ -25,7 +25,8 @@ syntax _and_ intent.
2525
- [Full-text search][] support
2626
- [Well-documented][See Documentation]
2727
- Extensively tested
28-
- SQLCipher support will be available again soon (see #311)
28+
- Companion project has [SQLCipher support](https://github.com/stephencelis/SQLiteCipher.swift)
29+
- Active support at [StackOverflow](http://stackoverflow.com/questions/tagged/sqlite.swift), and [Gitter Chat Room](https://gitter.im/stephencelis/SQLite.swift) (_experimental_)
2930

3031
[Full-text search]: Documentation/Index.md#full-text-search
3132
[See Documentation]: Documentation/Index.md#sqliteswift-documentation

0 commit comments

Comments
 (0)