mirror of https://github.com/vapor/docs.git
deploy
This commit is contained in:
parent
0ed3c04057
commit
9f6b90f253
|
|
@ -1622,7 +1622,7 @@
|
|||
<p>Models are the heart of Fluent. Unlike ORMs in other languages, Fluent doesn't return untyped arrays or dictionaries for queries. Instead, you query the database using models. This allows the Swift compiler to catch many errors that have burdened ORM users for ages.</p>
|
||||
<div class="admonition info">
|
||||
<p class="admonition-title">Info</p>
|
||||
<p>This guide provides an overview of the <code>Model</code> protocol and its associated methods and properties. If you are just getting started, check find the guide for your database at <a href="../getting-started/">Fluent → Getting Started</a>.</p>
|
||||
<p>This guide provides an overview of the <code>Model</code> protocol and its associated methods and properties. If you are just getting started, check out the guide for your database at <a href="../getting-started/">Fluent → Getting Started</a>.</p>
|
||||
</div>
|
||||
<p><code>Model</code> is a protocol in the <code>Fluent</code> module. It extends the <code>AnyModel</code> protocol which can be used for type-erasure. </p>
|
||||
<h2 id="conformance">Conformance<a class="headerlink" href="#conformance" title="Permanent link">¶</a></h2>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue