Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 220 Bytes

File metadata and controls

14 lines (7 loc) · 220 Bytes

SwiftSQL 0.x

SwiftSQL 0.2.0

May 14, 2020

  • SQLStatement.execute() now returns a statement so that you could chain it with column(at:) and other calls.

SwiftSQL 0.1.0

May 13, 2020

  • Initial version