PureSQL
PureSQL copied to clipboard
A SQLite code generator, compiler, and static analyzer for Swift
Results
2
PureSQL issues
Sort by
recently updated
recently updated
newest added
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...
It’s more natural to define SQL tables and columns in **snake_case**, but the generated Swift code currently keeps those names as-is. It would be great to have an option in...