sql.js icon indicating copy to clipboard operation
sql.js copied to clipboard

[Feature Request] sqlite3_create_collation

Open NullScope opened this issue 1 year ago • 2 comments

I would like to be able to create a custom collation which uses the sqlite3_create_collation to filter and sort text with diacritics in them (i.e accents), however from what I gather, there is no such functionality in sql.js, would this be possible to add?

NullScope avatar Jul 16 '24 19:07 NullScope