Server Side Swift with Perfect - Part 5: Server Side | Ray Wenderlich

In this screencast, you'll learn how to persist your Server Side Swift with Perfect data models into a database using StORM.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3989-server-side-swift-with-perfect/lessons/5

Looks like the name is incorrect in the sub heading:
PART 5: SERVER SIDE SWIFT WITH VAPOR: PERSISTING MODELS WITH STORM

Great stuff! Can’t wait for the next one.

For anyone playing with this, the ‘id’ is required for this to work. If you leave it out things won’t go well. If you already left it out you can use “drop table YOUR_TABLE_NAME” in the command line of postgresql to start over. ← real world experience right there :]