Thanks to visit codestin.com
Credit goes to github.com

Skip to content

enums/Pjango-MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pjango-MySQL

MySQL support for Pjango.

Usage

  • Need MySQL.
  • Clone this repo.
  • macOS: Use Swift Package Manager to gen a xcodeproj:
$ swift package generate-xcodeproj
  • There are some tips for compile problem:
  1. Edit module.modulemap. Set header: /usr/local/mysql-5.7.17-macos10.12-x86_64/include/mysql.h.

  2. Target -> MySQL -> Build Settings -> Library Search Paths. Add /usr/local/mysql/lib.

  3. Target -> Pjango-MySQL -> Build Settings -> Other Linker Flags. Add -L/usr/local/mysql/lib

  • Linux: Use Swift Package Manager to compiling:
$ swift build

Also see Perfect-MySQL.

More Component

See: https://github.com/enums/pjango

Contact

Mail me: [email protected]

About

适用于 Pjango 的 MySQL 数据库组件。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages