Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djthorpe/postgresql-kit
Frameworks for integrating a PostgreSQL database with your Mac and iOS projects
https://github.com/djthorpe/postgresql-kit
ios macos objective-c postgres postgresql postgresql-database
Last synced: 2 months ago
JSON representation
Frameworks for integrating a PostgreSQL database with your Mac and iOS projects
- Host: GitHub
- URL: https://github.com/djthorpe/postgresql-kit
- Owner: djthorpe
- Created: 2012-11-28T23:44:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T16:34:44.000Z (over 7 years ago)
- Last Synced: 2023-04-03T22:17:32.006Z (over 1 year ago)
- Topics: ios, macos, objective-c, postgres, postgresql, postgresql-database
- Language: Objective-C
- Homepage: https://github.com/djthorpe/postgresql-kit/wiki
- Size: 150 MB
- Stars: 83
- Watchers: 16
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Logo](https://raw.github.com/djthorpe/postgresql-kit/master/resources/elephant-64.png)
![Logo](https://raw.github.com/djthorpe/postgresql-kit/master/resources/strapline-200x40.png)This set of frameworks and test applications provides a kit of frameworks, tools,
applications and examples for deploying the wildly brilliant PostgreSQL database on
the Mac OS X and iOS. For more information on PostgreSQL see: http://www.postgresql.org/.## Documentation
Please see https://github.com/djthorpe/postgresql-kit/wiki for the documentation,
including a [changelog](https://github.com/djthorpe/postgresql-kit/wiki/Changelog) of recent changes.This software is in alpha development state and as such there are plenty of limitations
and issues. Hoping to get a beta version completed later in 2015. If you know of any
issues or feature requests, please file an issue and I may be able to help out.## License
Copyright 2009-2015 David Thorpe
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
ANY KIND, either express or implied. See the License for the specific language governing
permissions and limitations under the License.### PostgreSQL License
PostgreSQL Database Management System
(formerly known as Postgres, then as Postgres95)Portions Copyright (c) 1996-2012, The PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California
Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without
fee, and without a written agreement is hereby granted, provided that the above copyright notice and this
paragraph and the following two paragraphs appear in all copies.IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
## Repository organization
* `src` contains source code for `Frameworks`, `Apps` and `UnitTests` folders.
* `tar` contains third party libraries and frameworks* `resources` contains icons and other images required
* `doc` contains help files and other documentation. Please also see `NOTICE` file.
Any Derivative Works that you distribute must include a readable copy of the
attribution notices contained within such NOTICE file.* `etc` contains other miscellaneous files required for the build of the frameworks and
applications.