stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.64k stars 1.56k forks source link

Swift 5.1 Property Wrapper: Expressed #976

Open ytyubox opened 4 years ago

ytyubox commented 4 years ago

Consider of SE-0258

@Expressed("id") var id:String = UUID().string

Help Wanted

  1. Expressed Maybe not a proper name, help wanted.
  2. Still working on tests, don't know how to test for a property wrapper, Equable?
  3. Edit README and Documentation.
jberkel commented 3 years ago

I think this is a good idea but this needs more work. I'm also not sure we need the extra insert methods.