Skip to content

DirectToSwift/CoreDataSakila

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreData Sakila

A Sakila database model for CoreData, also known as the DVD Rentals database.

Read about it over at MySQL: Sakila Sample Database.

Adjustments for CoreData

  • film.description must be renamed because "description". Now called film.summary.
  • specialFeatures is an array, flattened to String using ","
  • create_date is a SQL DATE (1973-01-31), not a timestamp/Date. Keeping it as one ...

License

The original Sakila database is licensed under the New BSD license, checkout Sakila License for the fine print.

ER Diagram

Who

Brought to you by The Always Right Institute and ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.