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

Commit 0cb90f0

Browse files
authored
docs(facade): Adds Axios and improves descriptions.
1 parent f1e3d79 commit 0cb90f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/facade.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The functions have some common options that they use.
2323

2424
The [facade in this package is a TypeScript interface](../src/Facade.ts), but concrete implementations of the interface are listed below.
2525

26-
- [Memory](https://github.com/js-entity-repos/memory)
27-
- [Mongo](https://github.com/js-entity-repos/mongo)
28-
- [Knex](https://github.com/js-entity-repos/knex) - Coming Soon
26+
- [Memory](https://github.com/js-entity-repos/memory) - This is useful for testing client/server side.
27+
- [Mongo](https://github.com/js-entity-repos/mongo) - Uses the MongoDB Node JS driver.
28+
- [Knex](https://github.com/js-entity-repos/knex) - For SQL databases.
29+
- [Axios](https://github.com/js-entity-repos/axios) - For HTTP requests to a HTTP interface for entities.

0 commit comments

Comments
 (0)