deno/tests
Alex Yang cb4207efb6
feat(ext/node): add sqlite-type symbol for DatabaseSync (#30511)
Related:
d1eabcb044
Related: https://github.com/nodejs/node/pull/59405
Related: https://github.com/better-auth/better-auth/pull/3869
Related: https://github.com/oven-sh/bun/pull/22109

Nowadays, there are tons of database packages, like sqlite3, sqlite,
better-sqlite, bun:sqlite... Checking the difference from them is pretty
hard.
instanceof is not good, since the developer will still need to import
the module, which is costly.
I think we should provide a symbol to distinguish different SQLite
classes, at least nodejs could make the first step.

---------

Signed-off-by: Alex Yang <himself65@outlook.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-09-08 23:45:39 +00:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
integration chore: upgrade hickory-dns to 0.25.2 (#30582) 2025-09-08 23:11:23 +02:00
napi fix(napi): buffer finalizer is nullable (#30514) 2025-08-25 12:57:01 +02:00
node_compat fix(ext/node): readline line separators (#30630) 2025-09-06 11:48:54 -04:00
registry fix(bundle): do not error on fallible dynamic imports/requires (#30522) 2025-08-27 11:30:47 -07:00
specs feat(unstable): use Node.js setTimeout and setInterval (#29993) 2025-09-09 00:48:58 +02:00
sqlite_extension_test chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
testdata feat: permission audit log (#30575) 2025-09-08 14:23:11 +02:00
unit fix(dts): specify the underlying buffer type in more places (#30640) 2025-09-08 09:05:09 -04:00
unit_node feat(ext/node): add sqlite-type symbol for DatabaseSync (#30511) 2025-09-08 23:45:39 +00:00
util feat(BREAKING/fmt): prompt or require deno fmt . when providing no files and no config files discovered (#30623) 2025-09-08 14:28:47 -04:00
wpt fix(ext/fetch): only uppercase known methods (#30290) 2025-09-03 11:19:07 +02:00
Cargo.toml chore: cleanup unused dependencies (#30059) 2025-08-07 14:48:42 +00:00
lib.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests