Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit f07472e

Browse files
committed
docs(facade): Adds overview explanation.
1 parent 20f1af4 commit f07472e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/facade.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Facade
22

3+
The facade contains common functions for storage and retrieval of entities from a repository.
4+
35
- [countEntities](#countentities)
46
- [createEntity](#createentity)
57
- [getEntities](#getentities)
@@ -9,6 +11,12 @@
911
- [removeEntities](#removeentities)
1012
- [removeEntity](#removeentity)
1113

14+
The facade in this repository is a TypeScript interface, but concrete implementations of the interface include:
15+
16+
- [Memory](https://github.com/js-entity-repos/memory) - Coming Soon
17+
- [Mongo](https://github.com/js-entity-repos/memory) - Coming Soon
18+
- [Knex](https://github.com/js-entity-repos/memory) - Coming Soon
19+
1220
### countEntities
1321
```ts
1422
const { count } = await facade.countEntities({

0 commit comments

Comments
 (0)