mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
nosql db WIP
This commit is contained in:
@@ -34,9 +34,11 @@ class Analyser extends DatabaseAnalyser {
|
||||
...collections.map((x, index) => ({
|
||||
pureName: x.name,
|
||||
tableRowCount: stats[index]?.count,
|
||||
uniqueKey: [{ columnName: '_id' }],
|
||||
})),
|
||||
...views.map((x, index) => ({
|
||||
pureName: x.name,
|
||||
uniqueKey: [{ columnName: '_id' }],
|
||||
})),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user