文件名称:firestore:Firestore ORM
文件大小:71KB
文件格式:ZIP
更新时间:2024-02-23 13:42:27
nodejs firebase typescript orm nosql
Firestore ORM 服务器ORM处理Firestore操作。 该库的主要目标是提供尽可能简单的界面,良好的代码设计和大量功能 :yellow_heart: 如果找不到您感兴趣的功能,请,我们将进行讨论! 内容 组态 安装@imbyr/firestore : npm install @ imbyr / firestore -- save 然后,您需要安装@google-cloud/firestore 。 您可以使用@google-cloud/firestore或firebase-admin 。 使用@google-cloud/firestore软件包: npm install @google-cloud/firestore --save Firestore配置: import { configureFirestore } from '@imbyr/firestore' ; import { Firestore } from '@google-cloud/firestore' ; const firestore = new Firestore ( { keyFile
【文件预览】:
firestore-master
----.eslintrc(532B)
----package.json(846B)
----readme.md(13KB)
----test()
--------order-by.spec.ts(627B)
--------where.spec.ts(410B)
--------metadata.spec.ts(4KB)
--------query-builder.spec.ts(7KB)
--------reference.spec.ts(545B)
--------query.spec.ts(796B)
--------document.spec.ts(889B)
----jest.config.js(260B)
----tsconfig.spec.json(195B)
----LICENSE(1KB)
----package-lock.json(174KB)
----src()
--------stream.ts(282B)
--------where.ts(1KB)
--------document.ts(1KB)
--------reference.ts(627B)
--------adapter.ts(1KB)
--------default-adapter.ts(5KB)
--------errors.ts(1KB)
--------query.ts(665B)
--------global-api.ts(2KB)
--------type.ts(73B)
--------public-api.ts(780B)
--------stream-normalizer.ts(651B)
--------order-by.ts(908B)
--------query-builder.ts(6KB)
--------collection.ts(4KB)
--------awaitable.ts(49B)
--------default-normalizer.ts(2KB)
--------normalizer.ts(351B)
--------metadata.ts(4KB)
----tsconfig.json(422B)
----.gitignore(2KB)
----.eslintignore(198B)