Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SwiftORM/CouchDB-StORM
CouchDB Module for StORM (Swift ORM)
https://github.com/SwiftORM/CouchDB-StORM
couchdb database orm server-side-swift swift
Last synced: 2 months ago
JSON representation
CouchDB Module for StORM (Swift ORM)
- Host: GitHub
- URL: https://github.com/SwiftORM/CouchDB-StORM
- Owner: SwiftORM
- License: apache-2.0
- Created: 2016-12-02T23:56:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T21:38:45.000Z (over 6 years ago)
- Last Synced: 2024-08-03T19:09:31.103Z (6 months ago)
- Topics: couchdb, database, orm, server-side-swift, swift
- Language: Swift
- Homepage:
- Size: 16.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- TheList - StORM - CouchDB - Swift ORM for CouchDB (ORM / FileMaker)
README
# CouchDB-StORM
CouchDB-StORM is the CouchDB module for StORM - a Swift ORM.
It aims to be easy to use, but flexible. Drawing on previous experiences, whether they be good, bad or ugly, of other ORM's, I have tried to build a system that allows you write great code without worrying about the details of how to interact with the database.
Other database wrappers will be available shortly. They will all use the StORM base, and provide as much consistency between datasources as possible.
StORM is built on top of [Perfect](https://github.com/PerfectlySoft/Perfect) - the most mature of the Server Side Swift platforms.
### What does it do?
* Abstracts the database layer from your code.
* Provides a way of adding save, delete, find to your Swift classes
* Gives you access to more powerful find, create, update and delete.
* Maps result sets to your classes