Oscar Franco
Oscar Franco
Completely re-wrote the implementation to a host object. Going to close this as it is outdated and I won't maintain it in the future. Thanks anyways @EduFrazao !
Library now supports bridgeless via the interop layer. Once that is gone it will have to be migrated to a c++ turbo module, but that will be at least a...
cr-sqlite has been merged, as well as fts5. Other extensions might be requested but will require sponsoring (at least from my part) or PRs.
I'm not familiar with the sqlite universe of plugins/extensions, but anything that runs on sqlite itself is compatible with op-sqlite (albeit it might require some minor tweaks to the JS...
I've packaged all the extensions I wanted into the lib. For now closing this. Open a new issue if a new one is necessary.
Interesting, never used collation functions. I guess I could expose a way to call the collation register function, although that sounds complicated and slow. I guess you could also monkey-patch...
So, just to be clear, not going to implement this myself. This is niche. If you want it, you will have to implement it yourself or do sponsoring.
Going to close this for now, this really seems really niche and the original problem had to do with supporting Android collates which is not possible.
Nope, I have never developed for windows
Before you start developing this, I hope you realize will have to maintain the Windows versions for ever. The moment I change the API or do some breaking change I...