PureSQL
PureSQL copied to clipboard
Support custom collations
GRDB provides a way to define custom collations in Swift code that can then be used in SQL queries. It also includes several predefined collations that aren’t supported by raw SQLite.
Would be great to have similar API. I’m particularly interested in adding support for localizedCaseInsensitiveCompare, which enables Unicode case-insensitive text comparisons.