Skip to content

Commit

Permalink
Merge branch '992-docs-add-mermaid-diagrams-of-builder-queries' of gi…
Browse files Browse the repository at this point in the history
…thub.com:agnesoft/agdb into 992-docs-add-mermaid-diagrams-of-builder-queries
  • Loading branch information
michaelvlach committed Jan 20, 2024
2 parents 3b2245c + 3b2477e commit 5abafde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,16 @@ For database concepts and primitive data types see [concepts](docs/concepts.md).
## <img width="25" src="./docs/images/logo.svg" alt="agdb logo">&nbsp;&nbsp;Decision Tree

```mermaid
graph TD;
flowchart TD;
A[Embedded or server?] --> Embedded
A --> B[Client or hosting?]
Embedded --> Queries[<a href='https://github.com/agnesoft/agdb/blob/main/docs/queries.md'>Queries</a>]
Embedded --> Studio[<a href='https://github.com/agnesoft/agdb/blob/main/docs/studio.md'>Studio</a>]
Embedded --> Queries[<a href='https://github.com/agnesoft/agdb/blob/main/docs/queries.md'>Queries</a>]
B --> Client
B --> Hosting
Client --> API[<a href='https://github.com/agnesoft/agdb/blob/main/docs/api.md'>API</a>]
Client --> Studio
Client --> Queries
Hosting --> Server[<a href='https://github.com/agnesoft/agdb/blob/main/docs/server.md'>Server</a>]
Hosting --> Cloud[<a href='https://github.com/agnesoft/agdb/blob/main/docs/server.md'>Cloud</a>]
```
Expand Down

0 comments on commit 5abafde

Please sign in to comment.