Fix typo in HSQLDB convention and add GEODE (#1321)
Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
This commit is contained in:
parent
6fd35a389e
commit
9a9441f869
|
|
@ -39,8 +39,8 @@ groups:
|
||||||
- id: cloudscape
|
- id: cloudscape
|
||||||
value: 'cloudscape'
|
value: 'cloudscape'
|
||||||
brief: 'Cloudscape'
|
brief: 'Cloudscape'
|
||||||
- id: hsqlsb
|
- id: hsqldb
|
||||||
value: 'hsqlsb'
|
value: 'hsqldb'
|
||||||
brief: 'HyperSQL DataBase'
|
brief: 'HyperSQL DataBase'
|
||||||
- id: progress
|
- id: progress
|
||||||
value: 'progress'
|
value: 'progress'
|
||||||
|
|
@ -141,6 +141,9 @@ groups:
|
||||||
- id: neo4j
|
- id: neo4j
|
||||||
value: 'neo4j'
|
value: 'neo4j'
|
||||||
brief: 'Neo4j'
|
brief: 'Neo4j'
|
||||||
|
- id: geode
|
||||||
|
value: 'geode'
|
||||||
|
brief: 'Apache Geode'
|
||||||
- id: connection_string
|
- id: connection_string
|
||||||
tag: connection-level
|
tag: connection-level
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ Some database systems may allow a connection to switch to a different `db.user`,
|
||||||
| `redshift` | Amazon Redshift |
|
| `redshift` | Amazon Redshift |
|
||||||
| `hive` | Apache Hive |
|
| `hive` | Apache Hive |
|
||||||
| `cloudscape` | Cloudscape |
|
| `cloudscape` | Cloudscape |
|
||||||
| `hsqlsb` | HyperSQL DataBase |
|
| `hsqldb` | HyperSQL DataBase |
|
||||||
| `progress` | Progress Database |
|
| `progress` | Progress Database |
|
||||||
| `maxdb` | SAP MaxDB |
|
| `maxdb` | SAP MaxDB |
|
||||||
| `hanadb` | SAP HANA |
|
| `hanadb` | SAP HANA |
|
||||||
|
|
@ -102,6 +102,7 @@ Some database systems may allow a connection to switch to a different `db.user`,
|
||||||
| `cosmosdb` | Microsoft Azure Cosmos DB |
|
| `cosmosdb` | Microsoft Azure Cosmos DB |
|
||||||
| `dynamodb` | Amazon DynamoDB |
|
| `dynamodb` | Amazon DynamoDB |
|
||||||
| `neo4j` | Neo4j |
|
| `neo4j` | Neo4j |
|
||||||
|
| `geode` | Apache Geode |
|
||||||
<!-- endsemconv -->
|
<!-- endsemconv -->
|
||||||
|
|
||||||
### Notes and well-known identifiers for `db.system`
|
### Notes and well-known identifiers for `db.system`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue