[Feature] Allow defining custom collations
I am not able to find a way to create a custom collation, invoking the sqlite3_create_collation
method. This is possible with github.com/mattn/go-sqlite3, but it doesn't look like this library has a public API for that.
Would it be possible to have support for defining a custom collation implemented?