drive db:将Google云端硬盘电子表格用作简单数据库 源码
驱动器数据库 将Google云端硬盘电子表格用作Node.js和浏览器的简单数据库。 非常适合与多个人编辑同一电子表格的协作: import drive from 'drive-db' ; // Load the data from the Drive Spreadsheet ( async ( ) => { const db = await drive ( "1fvz34wY6phWDJsuIneqvOoZRPfo6CfJyPg1BYgHt59k" ) ; console . log ( db ) ; } ) ( ) ; ID 名字 姓 年龄 市 1个 约翰 史密斯 34
文件列表
drive-db-master.zip
(预估有个10文件)
drive-db-master
index.min.js
2KB
index.js
2KB
package.json
1KB
.github
FUNDING.yml
52B
workflows
tests.yml
452B
LICENSE
1KB
index.test.js
2KB
暂无评论