File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ The table below shows a list of PostgresKit major releases alongside their compa
33
33
34
34
Use the SPM string to easily include the dependendency in your ` Package.swift ` file.
35
35
36
+ ``` swift
37
+ .package (url : " https://github.com/vapor/mysql-kit.git" , from : ... )
38
+ ```
39
+
36
40
### Supported Platforms
37
41
38
42
MySQLKit supports the following platforms:
@@ -137,4 +141,4 @@ let sql = mysql.sql() // SQLDatabase
137
141
let planets = try sql.select ().column (" *" ).from (" planets" ).all ().wait ()
138
142
```
139
143
140
- Visit [ SQLKit's docs] ( https://github.com/vapor/sql-kit ) for more information on using ` SQLDatabase ` .
144
+ Visit [ SQLKit's docs] ( https://github.com/vapor/sql-kit ) for more information on using ` SQLDatabase ` .
You can’t perform that action at this time.
0 commit comments