Replies: 5 comments 8 replies
-
Hi Justin! I am not very familiar with NPM so I cannot contribute much - and for sure I have no objections! Thanks for contributing, please let me know if you need anything from "my side", and how can I link/give proper attribution to you and the project, when it's done! I will definitely look into it, it looks... enabling. |
Beta Was this translation helpful? Give feedback.
-
Cool, thanks. Before I get too far into this, curious if you've seen or have thoughts on libsql, the fork of sqlite with a server that also supports sql-over-http? |
Beta Was this translation helpful? Give feedback.
-
Personally, tying myself to a corporate entity, even if they promise to keep the tech free and open, makes me nervous, so I'm glad ws4sql[ite] exists, but still wondering how you think about this project compared to what they're doing. |
Beta Was this translation helpful? Give feedback.
-
Would it be better to call the npm package |
Beta Was this translation helpful? Give feedback.
-
Released the first version earlier today. It targets the 0.17-dev2 release of the ws4sql fork. https://github.com/blaix/ws4sql-npm/ Would love it if anyone else could verify that it installs and works for them ok, since it has a lot of platform and cpu architecture dependent logic. |
Beta Was this translation helpful? Give feedback.
-
I'd like to create a wrapper to install ws4sqlite with npm. It would just look at the platform and architecture and download the appropriate binary from the github releases page to the node modules bin path. This is to make it easier to run on my render.com sites where I'm not using Docker and orchestrating everything with npm. Any thoughts or objections on this? or better ideas? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions