diff --git a/README.md b/README.md index 070aa8a9a..bff13fd67 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- - - - - - - - - + + + + + + + + +
@@ -38,13 +38,13 @@
-## Agnesoft Graph Database +## Agnesoft Graph DatabaseQuickstart Db | Quickstart Client | QUERIES | DECISION TREE @@ -62,7 +62,7 @@ The Agnesoft Graph Database (aka _agdb_) is persistent, optionally memory mapped - [Roadmap](#roadmap) - [Reference](#reference) -## Key Features +## Key Features - Data plotted on a graph - Typed [key-value properties](https://agdb.agnesoft.com/docs/guides/concepts) attached to graph elements (nodes & edges) @@ -75,7 +75,7 @@ The Agnesoft Graph Database (aka _agdb_) is persistent, optionally memory mapped - [Cloud](https://agdb.agnesoft.com/enterprise/cloud) hosted SaaS database - _Db itself has no dependencies_ -## At a glance [Db] +## At a glance [Db] ``` cargo add agdb @@ -149,7 +149,7 @@ println!("{:?}", user); For database concepts and primitive data types see [concepts](https://agdb.agnesoft.com/docs/guides/concepts). For comprehensive overview of all queries see the [queries](https://agdb.agnesoft.com/docs/references/queries) reference or continue with more in-depth [efficient agdb](https://agdb.agnesoft.com/docs/references/efficient-agdb). -## Crate Features +## Crate Features ### agdb @@ -165,7 +165,7 @@ For database concepts and primitive data types see [concepts](https://agdb.agnes | ------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------- | | reqwest | no | Enables referential implementation of the `HttpClient` trait for agdb API client using [`reqwest`](https://github.com/seanmonstar/reqwest). | -## Decision Tree +## Decision Tree ```mermaid flowchart TD; @@ -182,7 +182,7 @@ flowchart TD; Hosting --> Cloud[Cloud] ``` -## Roadmap +## Roadmap The following are planned features: @@ -199,7 +199,7 @@ The following are planned features: | #\[no_std] | The `agdb` does not require any dependencies and thus should be (in theory) `no_std` friendly but it will likely require some development & testing. | | Public Cloud Offering | Commercial & supported `agdb` instance hosted in a public cloud. | -## Reference +## Reference - [API](https://agdb.agnesoft.com/api-docs/openapi)