1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/cli/tests
Heyang Zhou 92ebf4afe5
feat(ext/kv): key-value store (#18232)
This commit adds unstable "Deno.openKv()" API that allows to open
a key-value database at a specified path.

---------

Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-03-22 12:13:24 +08:00
..
integration test: disable macos_shared_libraries test (#18342) 2023-03-21 18:23:35 -06:00
node_compat chore(tools): restore node compat test setup script (#18290) 2023-03-21 22:38:07 +09:00
testdata chore(ext/console): inspect anonymous function as [Function (anonymous)] (#18283) 2023-03-21 13:12:13 +09:00
unit feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
unit_node test(ext/node): port _fs tests from std/node (#18262) 2023-03-20 01:10:39 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00