Skip to content

Commit

Permalink
Fix the services intro (#318)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler W. Walch <tywalch@gmail.com>
  • Loading branch information
pzurek and tywalch authored Feb 25, 2024
1 parent b32eab4 commit 1e1ae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/en/modeling/services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
layout: ../../../layouts/MainLayout.astro
---

In **_ElectroDB_** a `Service` represents a collection of related Entities. Services allow you to build queries that span across Entities. Similar to Entities, Services can coexist on a single table without collision. You can use Entities independent of Services, you do not need to import models into a Service to use them individually. However, you do need to use a Service if you intend to make queries that "join" multiple Entities.
In **_ElectroDB_** a `Service` represents a collection of related Entities. Services allow you to build queries that span across Entities. Similar to Entities, Services can coexist on a single table without collision. You can use Entities independent of Services, you do not need to import models into a Service to use them individually; However, you do need to use a Service if you intend to make queries that "join" multiple Entities.

## Creation

Expand Down

0 comments on commit 1e1ae35

Please sign in to comment.