valderman / selda

A type-safe, high-level SQL library for Haskell
https://selda.link
MIT License
478 stars 58 forks source link

No support for SQLite custom collations #195

Open Aaronmacaron opened 6 months ago

Aaronmacaron commented 6 months ago

As far as I can tell there is no support for custom SQLite collations. I need to work with an existing DB schema which makes use of custom collations. When I try to open this SQLite database using selda I get the error "no such collation sequence". Is there anything I can do about this?