node-sqlite3 icon indicating copy to clipboard operation
node-sqlite3 copied to clipboard

Return to @types/sqlite3 for official typings?

Open benallfree opened this issue 1 year ago • 0 comments

Summary

We are having an interesting discussion at https://github.com/DefinitelyTyped/DefinitelyTyped/pull/67290. Essentially, we realized with https://github.com/kriasoft/node-sqlite/pull/177 that there are some legit use cases where the sqlite3 typings are needed but it's not desirable to pull in the entire sqlite3 npm package.

It looks like @types/sqlite3 has fallen into disuse, but I was curious what everyone thought of keeping the typings there since the sqlite3 interface has become something of a de-facto standard.

Proposed implementation

Move typings back to @types/sqlite3

benallfree avatar Nov 29 '23 20:11 benallfree