monglow:一个不会妨碍您的简单MongoDB包装器

时间:2024-02-24 05:20:48
【文件属性】:

文件名称:monglow:一个不会妨碍您的简单MongoDB包装器

文件大小:126KB

文件格式:ZIP

更新时间:2024-02-24 05:20:48

nodejs mongodb nosql odm NoSQLTypeScript

蒙罗 一个简单的MongoDB包装器,不会妨碍您。 轻松灵活的数据库设置 命令缓冲(查询而无需等待连接) 内置的承诺 直接访问本机MongoDB驱动程序 无服务器友好 打字稿支持 npm i --save monglow 用法 import { Monglow , Model } from 'monglow' ; const uri = 'localhost/test' ; const monglow = new Monglow ( uri ) ; interface IUser { firstName : string ; lastName : string ; } const User = new Model < IUser> ( 'users' ) ; /** * You can activate and use your models at any point in the code and * Monglow will automatically handle the connection process */ monglow . activate ( U


【文件预览】:
monglow-master
----package.json(1KB)
----tslint.json(339B)
----test()
--------Monglow.test.ts(3KB)
----jest.config.js(69B)
----LICENSE(1KB)
----package-lock.json(217KB)
----src()
--------lib()
--------index.ts(245B)
----tsconfig.json(273B)
----.gitignore(944B)
----README.md(1KB)
----yarn.lock(165KB)

网友评论