deno.land / x / mongoose@6.7.5 / index.pug

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
doctype htmlhtml(lang='en') head meta(charset='utf-8') meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no") title Mongoose ODM v#{package.version} link(href="//fonts.googleapis.com/css?family=Anonymous+Pro:400,700|Droid+Sans+Mono|Open+Sans:400,700|Linden+Hill|Quattrocento:400,700|News+Cycle:400,700|Antic+Slab|Cabin+Condensed:400,700", rel="stylesheet", type="text/css") link(href="docs/css/default.css", rel="stylesheet") link(href="docs/css/style.css", rel="stylesheet") link(href="/docs/css/github.css", rel="stylesheet") link(rel='apple-touch-icon', sizes='57x57', href='docs/images/favicon/apple-icon-57x57.png') link(rel='apple-touch-icon', sizes='60x60', href='docs/images/favicon/apple-icon-60x60.png') link(rel='apple-touch-icon', sizes='72x72', href='docs/images/favicon/apple-icon-72x72.png') link(rel='apple-touch-icon', sizes='76x76', href='docs/images/favicon/apple-icon-76x76.png') link(rel='apple-touch-icon', sizes='114x114', href='docs/images/favicon/apple-icon-114x114.png') link(rel='apple-touch-icon', sizes='120x120', href='docs/images/favicon/apple-icon-120x120.png') link(rel='apple-touch-icon', sizes='144x144', href='docs/images/favicon/apple-icon-144x144.png') link(rel='apple-touch-icon', sizes='152x152', href='docs/images/favicon/apple-icon-152x152.png') link(rel='apple-touch-icon', sizes='180x180', href='docs/images/favicon/apple-icon-180x180.png') link(rel='icon', type='image/png', sizes='192x192', href='docs/images/favicon/android-icon-192x192.png') link(rel='icon', type='image/png', sizes='32x32', href='docs/images/favicon/favicon-32x32.png') link(rel='icon', type='image/png', sizes='96x96', href='docs/images/favicon/favicon-96x96.png') link(rel='icon', type='image/png', sizes='16x16', href='docs/images/favicon/favicon-16x16.png') link(rel='manifest', href='docs/images/favicon/manifest.json') meta(name='msapplication-TileColor', content='#ffffff') meta(name='msapplication-TileImage', content='docs/images/favicon/ms-icon-144x144.png') meta(name='theme-color', content='#ffffff') style. code { font-size: 1em; } .sponsor { margin-bottom: 40px; font-size: 0.66em; color: #666; text-decoration: none; } .sponsors { margin-bottom: 40px; } .sponsors a { text-decoration: none; } .carbonad{ margin-top:0!important; margin-bottom:-3rem!important } #carbonads { position:fixed; right: 0px; bottom: 0px; display:block; width:200px; padding:15px 15px 15px 160px; overflow:hidden; font-size:13px; line-height:1.4; text-align:left; background-color: #fafafa; } @media (max-width: 1160px) { #carbonads { display: none !important; } } #carbonads a{color:#333;text-decoration:none} .carbon-img{float:left;margin-left:-145px} .carbon-poweredby{display:block;color:#777!important} img.sponsor { margin-right: 10px; border: 1px dotted #dfdfdf; height: 100px; } body a#forkbanner(href="http://github.com/Automattic/mongoose") img(style="position: absolute; top: 0; right: 0; border: 0;", src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png", alt="Fork me on GitHub") #wrap.homepage #header h1 a(href="https://github.com/Automattic/mongoose", target="blank") .mongoose Mongoose div.tagline :markdown Elegant [MongoDB](https://www.mongodb.com/) object modeling for [Node.js](https://nodejs.org/en/) #links ul li a(href="docs/guide.html") Read the Docs li a(href="https://plugins.mongoosejs.io") Discover Plugins #follow ul li iframe(class="github-btn", src="//ghbtns.com/github-btn.html?user=Automattic&repo=mongoose&type=watch&count=true", allowtransparency="true", frameborder="0", scrolling="0", width="100px", height="20px") li#version span | Version #{package.version} li iframe(class="github-btn", src="//ghbtns.com/github-btn.html?user=Automattic&repo=mongoose&type=fork&count=true", allowtransparency="true", frameborder="0", scrolling="0", width="100px", height="20px") #inner #what p.what | Let's face it,&nbsp; strong writing MongoDB validation, casting and business logic boilerplate is a drag | . That's why we wrote Mongoose. :markdown ```javascript const mongoose = require('mongoose'); mongoose.connect('mongodb://localhost:27017/test'); const Cat = mongoose.model('Cat', { name: String }); const kitty = new Cat({ name: 'Zildjian' }); kitty.save().then(() => console.log('meow')); ``` Mongoose provides a straight-forward, schema-based solution to model your application data. It includes built-in type casting, validation, query building, business logic hooks and more, out of the box. #tidelift. <a id="tidelift-button" href="https://tidelift.com/subscription/pkg/npm-mongoose?utm_source=npm-mongoose&utm_medium=website"> <img src="/docs/images/tidelift.svg" /> <span>Get Professionally Supported Mongoose</span> </a> div.carbon-ad <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=mongoosejscom" id="_carbonads_js"></script> :markdown ## Getting Started * [quick start guide](/docs/index.html) ## Support * [Stack Overflow](http://stackoverflow.com/questions/tagged/mongoose) * [GitHub Issues](https://github.com/Automattic/mongoose/issues) * [Gitter Chat](https://gitter.im/Automattic/mongoose) * [MongoDB Support](http://www.mongodb.org/about/support/) ## News * [Twitter](https://twitter.com/mongoosejs) ## Changelog * [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) ## GitHub Sponsors <div class="sponsors"> <div> <a rel="sponsored" href="https://localizejs.com/"> <img class="sponsor" src="//images.ctfassets.net/3ouphkrynjol/3mfb7HH2YowrPxX9C6ik6H/723034bcb4e99349663c4bc8223fb8b6/localizejs.com.png" style="height: 100px"> </a> <a rel="sponsored" href="https://birb.app/"> <img class="sponsor" src="https://uploads-ssl.webflow.com/618b15b23212e0b2b4f8f67b/618b189f1d441fd9e0f6c5f3_logo-black-text.png" style="height: 100px"> </a> <a rel="sponsored" href="https://helloclub.com/?source=Mongoose"> <img class="sponsor" src="https://codebarbarian-images.s3.amazonaws.com/logo-text-default.svg" style="height:100px"> </a> <a rel="sponsored" href="https://devitjobs.us/?utm_source=mongoose_main"> <img class="sponsor" src="https://codebarbarian-images.s3.amazonaws.com/devitUS-flat-rectangle-v4.png" style="height:100px"> </a> </div> </div> ## Sponsors div.sponsors div each sponsor in opencollectiveSponsors a(rel='sponsored', href=sponsor.website || sponsor.profile) img.sponsor(src=sponsor.image || 'https://next-images.opencollective.com/_next/image?url=%2Fstatic%2Fimages%2Fopencollective-icon.png&w=96&q=75', style='height:50px', alt=sponsor.alt) div.sponsors :markdown Sponsor [Mongoose on OpenCollective](https://opencollective.com/mongoose) to get your company's logo above! p#footer Licensed under MIT. script. document.body.className = 'load';
mongoose

Version Info

Tagged at
a year ago