aDevWhosTrying
Explore posts from serversStumped - sqlite kysely no data from select query
Hey just wanted to say thanks for the response. I'm dropping kysely for this project and refactoring to use raw sql statments... kysely is a great tool and I look forward using it is prod. Maybe when I refactor the Electron App to use Electron Forage that can support
better-sqlite3
... oof development, am I right. Cheers8 replies
Stumped - sqlite kysely no data from select query
I saw the preference in getting started, but hoped that was a "best practice". The electron boilerplate I am using doesn't support
better-sqlite3
. Can I create my own dialect
for node-sqlite3
not sure if this is a possibility.8 replies
How to access error events -- Is there a best/good practice for error handling
Thank you for the response. This doesn't seem to work. I attempted to create the same table twice and it logs and error but does not throw and error or return and error object for work with. To me, this implies that I will have to write checks or come up with some other error handling pattern.
What are other people/teams doing for tests and error handling coverage?
3 replies