Skip to content

SQL connector for Cocoa applications a la Perl's DBI.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

isutton/CocoaSQL

Repository files navigation

About CocoaSQL

The aim of the CocoaSQL project is to deliver a de-facto database API for Cocoa. Also, we want it to be as Cocoa compliant as possible.

How to contribute

The easiest way to contribute to it is:

  • Install Homebrew.
  • Install MySQL: brew install mysql
  • Copy libmysqlclient.dylib into the project directory’s root folder.
  • Install PostgreSQL: brew install postgres
  • Copy libpq.dylib into the project directory’s root folder.

In order to run the tests (at least for now) you need to install both RDBM’s.

About

SQL connector for Cocoa applications a la Perl's DBI.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published