Is there a good sqlite client for js?
I'm really trying to cope with this one: https://www.npmjs.com/package/sqlite3
but seems like it has been designed to hate you.
npm
sqlite3
Asynchronous, non-blocking SQLite3 bindings. Latest version: 5.1.4, last published: 2 months ago. Start using sqlite3 in your project by running
npm i sqlite3
. There are 3079 other projects in the npm registry using sqlite3.5 Replies
wym client?
prisma?
doesn't have to be, just a lightweight one. like the one I linked.
prisma is too much if you know what I mean.
theres the sql builder kysely
mix that with the normal sqlite library
and you should be good to go
I don't want normal, I want good.
luckily I didn't know what is kysely and I looked it up in npm, then found this in their description
better-sqlite3
literally what I was looking for LOL.
thanksperfect