Closed
Description
#54181 added wrappers for session methods, and to that end exports the SQLITE_CHANGESET_*
constants to pass through to sqlite3changeset_apply()
.
These are currently exposed as enumerable top-level properties of the node:sqlite
module. By contrast, other modules that export constants do so under their own exported constants
namespace (os, vm etc.) to avoid polluting the module scope.
While the sqlite module remains experimental, would it be worth taking the opportunity to sequester these away as sqlite.constants.*
?
Metadata
Metadata
Assignees
Labels
No labels