PostgreSQL StORM Module
Postgres-StORM is the PostgreSQL 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 - the most mature of the Server Side Swift platforms.
Right now there are a few things missing, but the basics are there.
On the “TODO” list are: