TryGhost / node-sqlite3

SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
6.23k stars 817 forks source link

Return to @types/sqlite3 for official typings? #1732

Open benallfree opened 11 months ago

benallfree commented 11 months ago

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