lyertiadb:quick.db编辑版本

时间:2024-05-26 20:16:13
【文件属性】:

文件名称:lyertiadb:quick.db编辑版本

文件大小:15KB

文件格式:ZIP

更新时间:2024-05-26 20:16:13

JavaScript

支持: 例子 const lyertiadb = require ( '@lyertia/lyertiadb' ) ; const db = lyertiadb ( './json.sqlite' ) ; // Setting an object in the database: db . set ( 'userInfo' , { difficulty : 'Easy' } ) // -> { difficulty: 'Easy' } // Pushing an element to an array (that doesn't exist yet) in an object: db . push ( 'userInfo.items' , 'Sword' ) // -> { difficulty: 'Easy', items: ['Sword'] } // Adding to a num


【文件预览】:
lyertiadb-main
----.gitignore(163B)
----package.json(875B)
----src()
--------index.js(14KB)
--------methods()
----LICENSE.md(1KB)
----index.js(286B)
----.github()
--------ISSUE_TEMPLATE()
----spec()
--------test.js(2KB)
----README.md(2KB)
----.npmignore(191B)
----index.d.ts(8KB)

网友评论