crossroadlabs / Express

Swift Express is a simple, yet unopinionated web application server written in Swift
GNU General Public License v3.0
848 stars 47 forks source link

Do you plan to support ORM? #21

Open arsenalliu123 opened 8 years ago

dileping commented 8 years ago

@arsenalliu123 Yes, we do. Not in the closest version though.

We are aiming to provide a full featured reactive platform, thus the plan is the following:

  1. version 0.4 is coming soon and is just to support Swift 3.0 latest builds
  2. version 0.5 (half-ready now) major release is going to feature a full set of asynchronous IO APIs (file, client, server, etc.)

After that we plan to build DB and ORM on top of the solid foundation.

Stay tuned ;)