Skip to content

Releases: s4cha/SQueaL

0.1.3

13 Mar 09:23

Choose a tag to compare

What's New

• SquealPostgresNIO extension
• Typed SELECT queries with compile-time column safety
• DELETE and DELETE(FROM:) statement variants
• RETURNING clause support for both DELETE and UPDATE statements
• Additional WHERE, AND, OR, GROUP BY, INSERT, JOIN, LIMIT, OFFSET, and ORDER BY variants
• More test coverage to validate common queries

0.1.2

12 Mar 08:52

Choose a tag to compare

0.1.2 Pre-release
Pre-release
  • Lowers supported platform to macos v14

0.1.1

12 Mar 08:39
39c2ab6

Choose a tag to compare

0.1.1 Pre-release
Pre-release
  • Adds Typed Select statements
  • Adds SquealPostgresNIO extension to call client.query(query, logger: logger) with a SQLQuery

0.1.0

07 Mar 13:53
07e4b3a

Choose a tag to compare

  • Simplifies Database schema definition with @Table macro
  • Improves join Where clauses
  • Adds SELECT RawSWL support
  • Adds WHERE(string) support
  • Fixes query debug string issue when using more than 10 params

0.0.3

21 Jan 03:51
124f47a

Choose a tag to compare

Merge pull request #4 from s4cha/columns

Better syntax enforcement & additions

0.0.2 - Swift 6

12 Jan 03:15
0964053

Choose a tag to compare

Merge pull request #3 from s4cha/swift_6

Use Swift 6 parameter packs enumeration over dodgy parse helper

0.0.1

12 Apr 08:09
b73b7d7

Choose a tag to compare

Merge pull request #2 from s4cha/tsql

Tsql