We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1312c commit 19ef525Copy full SHA for 19ef525
README.md
@@ -4,16 +4,18 @@
4
5
# Pongo
6
7
-Pongo - MongoDB on Postgres with all strong consistency benefits
+Pongo - Mongo but on Postgres and with strong consistency benefits.
8
9
## Getting Started
10
11
-Install Pongo as an npm module and save it to your package.json
+Install Pongo as an npm module and save it to your package.json:
12
13
```bash
14
npm install @event-driven-io/pongo
15
```
16
17
+Read also [introduction article on my blog](https://event-driven.io/en/introducting_pongo/) for more context.
18
+
19
## Example
20
21
You can use Pongo syntax with explicit typing about supported syntax:
ReferenceMaterials.md
0 commit comments