tndrle / node-sqlite3-wasm

WebAssembly port of SQLite3 for Node.js with file system access
MIT License
55 stars 8 forks source link

api compatible (working ) version of node-sqlite3-wasm.d.ts #21

Closed fprijate closed 1 year ago

fprijate commented 1 year ago

This node-sqlite3-wasm.d.ts is compatible with api.js. It's tested in VSC , and is working

tndrle commented 1 year ago

Thanks a lot for your efforts. I'm not totally happy with the PR, though. I think the types can be made more precise. See #19. Also, you have constants like SQLITE_OK in there. Do you need that at some point? I don't see a use case for this right now.

What about #19. Does it work for you as well?