Skip to content
/ Horn Public

Models as Object inspired in Django data models

License

Notifications You must be signed in to change notification settings

bipsa/Horn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horn

Models as Object inspired in Django data models

This is very easy to use, just create your models and start insteracting with them. This libriray is optimized for Swift 3 and Swift 4

let user = User.create()
user.name = "Sebastian"
user.lastname = "Romero"
_ = user.save()

About

Models as Object inspired in Django data models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages