Skip to content

Commit

Permalink
0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gramian committed Mar 1, 2023
1 parent 1b5c327 commit 906368a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ for the [**ArcadeDB**](https://arcadedb.com) database.

## About **ArcadeDB**

**ArcadeDB** is a multi-model NoSQL database providing the models:
**ArcadeDB** is a multi-model NoSQL / NewSQL database providing the models:

* Key-Value,
* Document,
* Graph,

while supporting a wide range of data query languages, such as:
while supporting a range of data query languages, such as:

* [SQL](https://docs.arcadedb.com/#_sql) (dialect),
* [Cypher](https://opencypher.org/resources/),
* [Gremlin](https://tinkerpop.apache.org/docs/current/),
* [GraphQL](https://graphql.org/),
* [MQL](https://www.mongodb.com/docs/manual/) (Mongo),

as well as providing a JSON/REST/HTTP API.
as well as providing a JSON / REST / HTTP API.

### SQL

Expand Down
6 changes: 3 additions & 3 deletions arcadedb.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ for the [[https://arcadedb.com|'''ArcadeDB''']] database.

== About '''ArcadeDB'''

'''ArcadeDB''' is a multi-model NoSQL database providing the models:
'''ArcadeDB''' is a multi-model NoSQL / NewSQL database providing the models:

* Key-Value,
* Document,
* Graph,
while supporting a wide range of data query languages, such as:
while supporting a range of data query languages, such as:

* [[https://docs.arcadedb.com/#_sql|SQL]] (dialect),
* [[https://opencypher.org/resources/|Cypher]],
* [[https://tinkerpop.apache.org/docs/current/|Gremlin]],
* [[https://graphql.org/|GraphQL]],
* [[https://www.mongodb.com/docs/manual/|MQL]] (Mongo)
as well as providing a JSON/REST/HTTP API.
as well as providing a JSON / REST / HTTP API.

=== SQL

Expand Down

0 comments on commit 906368a

Please sign in to comment.