Skip to content

Commit ecffda1

Browse files
authored
Update README.md
1 parent be9e092 commit ecffda1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**SwiftSQLExt** introduces some basic conveniences on top of it.
1111

12-
SwiftSQL was created for [Pulse](https://github.com/kean/Pulse) where it is embedded internally. The entire library is just 300 lines of code, but it gets you 80% there.
12+
SwiftSQL was created for [Pulse](https://github.com/kean/Pulse) where it is embedded internally. The entire library fits just under 300 lines of code, but gets you 80% there.
1313

1414
<br/>
1515

@@ -23,7 +23,7 @@ To start reading or writing to a database, you need to open a connection.
2323
let db = try SQLConnection(url: storeURL)
2424
```
2525

26-
By default, the database is opened in readwrite mode and is created if it doesn't exist.
26+
By default, the database is opened in readwrite mode and is created if it doesn't exist. `SQLConnection` has multiple options for opening the database.
2727

2828
### `SQLStatement`
2929

0 commit comments

Comments
 (0)