fireo nodejs:NodeJ中的Google Cloud Firestore现代且最简单的便捷ORM软件包。 FireO专为Google的Firesto
NodeJ中最现代,最简单的便捷ORM软件包。 FireO是专门为Google的Firestore设计的,它不仅仅是ORM。 它实现了验证,类型检查,关系模型逻辑和更多功能。 安装 npm install fireo 用法示例 const { Model , Field } = require ( "fireo" ) class User extends Model : name = Field . Text ( ) ; const u = User . init ( ) ; u . name = "Azeem Haider" ; await u . save ( ) // Get u
文件列表
fireo-nodejs-main.zip
(预估有个49文件)
fireo-nodejs-main
.gitignore
2KB
README.md
2KB
.github
workflows
npm-publish.yml
1KB
npm-test.yml
1KB
test
v001
fields
暂无评论