Neat project! Curious about the origin story. #31
Replies: 5 comments 4 replies
-
|
Following up - I was able to get this integrated into my project. Two small notes of feedback:
Thanks again for creating this - it's very useful. Please let me know of a way to support this project - would love to send some money your way. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot for your positive feedback. This module is a side product of a private Electron-based project of mine (a tool to manage a school's books). Originally, I used Thank you very much for your offer to donate. If PayPal is fine, you can use this link: https://www.paypal.com/donate/?hosted_button_id=9GPTJ4UZK9F92 Concerning your second note: The module is not asynchronous. It should work fine without |
Beta Was this translation helpful? Give feedback.
-
|
As for your question on what I'd expect out of a |
Beta Was this translation helpful? Give feedback.
-
|
Small update (I apologize - didn't mean for this discussion to become an issue post) I've added a 50 millisecond delay between each loop of the At this point, the built in delays have solved the errors I got while upserting plugins in a loop but I still occasionally (and in currently no predictable way) get Any ideas how I can better debug this bit? Thank you again! |
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much for sharing that tip! I think that was my problem all along. Initializing my database in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If all goes well, I think this module will prove extremely useful for electron based projects. I'm currently developing a VS Code extension and find myself needing something like this since the installation of
better-sqlite3presents a lot of problems for my end users.@tndrle, can you share a few details as to your motivation to put this module together? The problems you're solving - to make a binary-less sqlite node module with persistent storage support - are clear to me. I'm curious, though - have you created this in service of another project you're working on? Can you share details about that or any plans / timelines to bring this to
1.0? Just trying to gauge your appetite for maintaining this as of today. An answer of "No plans to bring it to1.0" is of course acceptable.. just want to know if that's the case.If I can get this working in my existing project, then I would like to make a donation to you. Will try getting it setup today / tomorrow.
Beta Was this translation helpful? Give feedback.
All reactions