Closed
Description
Is your feature request related to a problem? Please describe.
NodeJS is close being the perfect swiss army knife of zero-admin deployable microservices and applications.
The only thing missing is a built-in database.
Describe the solution you'd like
Adopting SQLite.h/.c and exposing it to JS will result in NodeJS being the best "batteries included" environment ever.
Describe alternatives you've considered
Encrypted versions of SQLite could be considered. At a later time.
And, no. node-gyp is not an option.
R.