What is the problem this feature will solve?
This affects the ORDER BY clause. Without this feature the word Ágætis gets put after the word Zebra. I'm building a music DB and this issue comes up a lot.
What is the feature you are proposing to solve the problem?
Expose sqlite's sqlite3_create_collation_v2 API in NodeJs.
What alternatives have you considered?
This sorting can be done in code, but it is much slower than having the feature available
What is the problem this feature will solve?
This affects the ORDER BY clause. Without this feature the word Ágætis gets put after the word Zebra. I'm building a music DB and this issue comes up a lot.
What is the feature you are proposing to solve the problem?
Expose sqlite's sqlite3_create_collation_v2 API in NodeJs.
What alternatives have you considered?
This sorting can be done in code, but it is much slower than having the feature available