azurite:用于Deno的可扩展数据库模块 源码
石青石 用于Deno的可扩展数据库模块。 该模块当前处于试用版。 受启发。 例子 import { Azurite , AzuriteAdapter , JSONAdapter } from "https://deno.land/x/azuritedb@0.0.1/mod.ts" ; const db = new Azurite ( { file : "test" , /* Azurite will automatically add the file extension */ adapter : JSONAdapter , } ) ; /* set */ db . set ( "hello" , "world" ) ; /* get */ db . get ( "hello" ) ; //> world /* delete */ db . delete ( "hello"
文件列表
azurite-main.zip
(预估有个8文件)
azurite-main
mod.ts
156B
README.md
1KB
lib
adapters
adapter.ts
1005B
jsonadapter.ts
1KB
deps.ts
131B
azurite.ts
2KB
types.ts
360B
暂无评论