From 87c8dc6438b7a0735e36d0dcb69fe1d9bea5fdb0 Mon Sep 17 00:00:00 2001 From: Michael Vlach Date: Sat, 11 Jan 2025 10:04:17 +0100 Subject: [PATCH] Update README.md --- README.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index fa127873..26bcaf65 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- agdb logo + agdb logo

agdb @@ -9,23 +9,23 @@

- db       - api       - studio       - server       - cloud + db       + api       + studio       + server       + cloud

- rust - ts - js - js - python - java - c - cpp - csharp + rust + ts + js + js + python + java + c + cpp + csharp

@@ -38,13 +38,13 @@

-## agdb logo  Agnesoft Graph Database +## agdb logo  Agnesoft Graph Database

Quickstart 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) -## agdb logo  Key Features +## agdb logo  Key Features - Data plotted on a graph - Typed [key-value properties](https://agdb.agnesoft.com/docs/guides/concepts) attached to graph elements (nodes & edges) @@ -76,7 +76,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_ -## agdb logo  At a glance [Db] +## agdb logo  At a glance [Db] ``` cargo add agdb @@ -150,7 +150,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). -## agdb logo  Crate Features +## agdb logo  Crate Features ### agdb @@ -166,7 +166,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). | -## agdb logo  Decision Tree +## agdb logo  Decision Tree ```mermaid flowchart TD; @@ -183,7 +183,7 @@ flowchart TD; Hosting --> Cloud[Cloud] ``` -## agdb logo  Roadmap +## agdb logo  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. | -## agdb logo  Reference +## agdb logo  Reference - [API](https://agdb.agnesoft.com/api-docs/openapi)