flâneur — a map of the web's best reading

SQLite User Forum: How to integrate with Node.js?

sqlite.org · 1,285 words · saved by 1 readers

I'm Benjamin, I'm one of the people who works on Node.js (https://github.com/nodejs/node). Node.js is a JavaScript runtime. Note that while I'm in a leadership position in the project - I'm speaking for myself rather than the whole project. I'm a volunteer and not representing any company. We're looking to integrate SQLite directly into Node.js and are considering what API to expose. We've love to get your feedback and guidance regarding that. Our options considered so far: Our execution model is generally non-blocking I/O (epoll / io_uring / iocp) using libuv (https://github.com/libuv/libuv) with a threadpool for APIs where we can't perform actions in a truly nonblocking matter. The ask here is for guidance/advice - given SQLite's current execution model what API if any should we expose? I'm Benjamin, I'm one of the people who works on Node.js And i'll be your counterpart here, as this project's "JS/WASM Guy," with the caveat that our JS focus is 100% browser-side. Our only use of nod

SQLite User Forum: How to integrate with Node.js? Chronological Unformatted History How to integrate with Node.js? (1) By benjamingr on 2024-06-19 13:15:50 [source] Hey, First of all thank you for all your amazing work that's making my life better. I'm Benjamin, I'm one of the people who works on Node.js (https://github.com/nodejs/node). Node.js is a JavaScript runtime. Note that while I'm in a leadership position in the project - I'm speaking for myself rather than the whole project. I'm a volunteer and not representing any company. We're looking to integrate SQLite directly into Node.js and

Explore this link on the map →

related reading