UNPKG
mongoe
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
MongoDB driver with relational functionalities
github.com/ostrebler/mongoe
ostrebler/mongoe
mongoe
/
src
/
index.ts
5 lines
(4 loc)
•
117 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
"./utility"
;
export
*
from
"./relation"
;
export
*
from
"./database"
;
export
*
from
"./collection"
;