mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
feat(ext/node): implement node:sqlite
(#27308)
Depends on: - https://github.com/denoland/deno_core/pull/994 - https://github.com/denoland/deno_core/pull/993 - https://github.com/denoland/deno_core/issues/999 - https://github.com/denoland/deno_core/pull/1000 - https://github.com/denoland/deno_core/pull/1001 Closes https://github.com/denoland/deno/issues/24828  --------- Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com>
This commit is contained in:
parent
5c64146bea
commit
aeac5a6338
14 changed files with 689 additions and 6 deletions
|
@ -69,6 +69,7 @@ pub static DENO_SUPPORTED_BUILTIN_NODE_MODULES: &[&str] = &[
|
|||
"readline",
|
||||
"readline/promises",
|
||||
"repl",
|
||||
"sqlite",
|
||||
"stream",
|
||||
"stream/consumers",
|
||||
"stream/promises",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue