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
|
||||
value: 'cloudscape'
|
||||
brief: 'Cloudscape'
|
||||
- id: hsqlsb
|
||||
value: 'hsqlsb'
|
||||
- id: hsqldb
|
||||
value: 'hsqldb'
|
||||
brief: 'HyperSQL DataBase'
|
||||
- id: progress
|
||||
value: 'progress'
|
||||
|
|
@ -141,6 +141,9 @@ groups:
|
|||
- id: neo4j
|
||||
value: 'neo4j'
|
||||
brief: 'Neo4j'
|
||||
- id: geode
|
||||
value: 'geode'
|
||||
brief: 'Apache Geode'
|
||||
- id: connection_string
|
||||
tag: connection-level
|
||||
type: string
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ Some database systems may allow a connection to switch to a different `db.user`,
|
|||
| `redshift` | Amazon Redshift |
|
||||
| `hive` | Apache Hive |
|
||||
| `cloudscape` | Cloudscape |
|
||||
| `hsqlsb` | HyperSQL DataBase |
|
||||
| `hsqldb` | HyperSQL DataBase |
|
||||
| `progress` | Progress Database |
|
||||
| `maxdb` | SAP MaxDB |
|
||||
| `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 |
|
||||
| `dynamodb` | Amazon DynamoDB |
|
||||
| `neo4j` | Neo4j |
|
||||
| `geode` | Apache Geode |
|
||||
<!-- endsemconv -->
|
||||
|
||||
### Notes and well-known identifiers for `db.system`
|
||||
|
|
|
|||
Loading…
Reference in New Issue