admin管理员组文章数量:1406308
Looking for a way to compare strings in a javascript browser application using collations supported by relational databases.
Lets say my javascript application talks to a SQL server that's using "SQL_Latin1_General_CP1_CI_AS" or a Snowflake instance that's using "es-ci" etc. I want to compare strings like the database would. The application is using some C++ compiled to WebAssembly without wasi (target wasm32-unknown-unknown).
Here's what I was able to find, some of which might be outdated.
(1) wasi isn't supported by browsers (2) wasi has strcoll (3) wasi is missing libicu
Couldn't find a javascript module for collations.
Is there a way?
本文标签: browserIs there a way to use collations in javascript applicationsStack Overflow
版权声明:本文标题:browser - Is there a way to use collations in javascript applications - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744998413a2636823.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论