You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Frameworks/SPMySQLFramework/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The SPMySQL Framework is intended to provide a stable MySQL connection framework, with the ability to run text-based queries and rapidly retrieve result sets with conversion from MySQL data types to Cocoa objects.
4
4
5
-
SPMySQL.framework has an interface loosely based around that provided by MCPKit by Serge Cohen and Bertrand Mansion ([http://mysql-cocoa.sourceforge.net/](http://mysql-cocoa.sourceforge.net/)), and in particular the heavily modified Sequel Pro version ([http://www.sequelpro.com/](http://www.sequelpro.com/)). It is a full rewrite of the original framework, although it includes code from patches implementing the following Sequel Pro functionality, largely contributed by Hans-Jörg Bibiko, Stuart Connolly, Jakob Egger and Rowan Beentje:
5
+
SPMySQL.framework has an interface loosely based around that provided by MCPKit by Serge Cohen and Bertrand Mansion ([http://mysql-cocoa.sourceforge.net/](http://mysql-cocoa.sourceforge.net/)), and in particular the heavily modified Sequel Pro version ([https://sequelpro.com/](https://sequelpro.com/)). It is a full rewrite of the original framework, although it includes code from patches implementing the following Sequel Pro functionality, largely contributed by Hans-Jörg Bibiko, Stuart Connolly, Jakob Egger and Rowan Beentje:
6
6
7
7
* Connection locking (Jakob et al.)
8
8
* Ping & keepalive (Rowan et al.)
@@ -21,7 +21,7 @@ SPMySQL.framework has an interface loosely based around that provided by MCPKit
21
21
22
22
## Integration
23
23
24
-
SPMySQL.framework can be added to your project as a standard Cocoa framework, or the entire project
24
+
SPMySQL.framework can be added to your project as a standard Cocoa framework, or the entire project
25
25
can be added as a subproject in Xcode.
26
26
27
27
To add as a subproject in Xcode:
@@ -32,12 +32,12 @@ To add as a subproject in Xcode:
32
32
4. If you don't have a Copy Frameworks phase, add one; drag the SPMySQL.framework child target to this phase.
33
33
5. In your build settings, add a User Header Search Path; make it a recursive path to the SPMySQL project folder location (for example `${PROJECT_DIR}/Frameworks/SPMySQLFramework`). This should allow you to `#include "SPMySQL.h"` and have everything function.
34
34
35
-
As a last resort jump onto IRC and join #sequel-pro on irc.freenode.net and any of the
35
+
As a last resort jump onto IRC and join #sequel-pro on irc.freenode.net and any of the
36
36
developers will be more than happy to help you out.
37
37
38
38
## License
39
39
40
-
Copyright (c) 2017 Rowan Beentje (rowan.beent.je) & the Sequel Pro team. All rights reserved.
40
+
Copyright (c) 2018 Rowan Beentje (rowan.beent.je) & the Sequel Pro team. All rights reserved.
41
41
42
42
SPMySQLFramework is free and open source software, licensed under [MIT](https://opensource.org/licenses/MIT). See [LICENSE](https://github.com/sequelpro/sequelpro/blob/master/Frameworks/SPMySQLFramework/LICENSE) for full details.
0 commit comments