Skip to content

Commit

Permalink
Merge pull request #16 from vapor/two
Browse files Browse the repository at this point in the history
package/readme
  • Loading branch information
loganwright authored May 17, 2017
2 parents 59ec43b + 3a76082 commit c2352ce
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
Target(name: "SQLite", dependencies: ["CSQLite"])
],
dependencies: [
.Package(url: "https://github.com/vapor/core.git", Version(2,0,0, prereleaseIdentifiers: ["beta"])),
.Package(url: "https://github.com/vapor/node.git", Version(2,0,0, prereleaseIdentifiers: ["beta"]))
.Package(url: "https://github.com/vapor/core.git", majorVersion: 2),
.Package(url: "https://github.com/vapor/node.git", majorVersion: 2),
]
)
36 changes: 20 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# SQLite 3 for Swift

## Install SQLite3-Dev

### OS X

```shell
brew install sqlite3 libsqlite3-dev
```

### Linux

```shell
sudo apt-get update
sudo apt-get install sqlite3 libsqlite3-dev
```
<p align="center">
<h1>SQLite 3 for Swift</h1>
<br>
<br>
<a href="https://docs.vapor.codes/2.0/core/package/">
<img src="http://img.shields.io/badge/read_the-docs-92A8D1.svg" alt="Documentation">
</a>
<a href="http://vapor.team">
<img src="http://vapor.team/badge.svg" alt="Slack Team">
</a>
<a href="LICENSE">
<img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License">
</a>
<a href="https://circleci.com/gh/vapor/core">
<img src="https://circleci.com/gh/vapor/core.svg?style=shield" alt="Continuous Integration">
</a>
<a href="https://swift.org">
<img src="http://img.shields.io/badge/swift-3.1-brightgreen.svg" alt="Swift 3.1">
</a>
</p>
Binary file modified test_database.sqlite
Binary file not shown.

0 comments on commit c2352ce

Please sign in to comment.