mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
show table row count for MySQL
This commit is contained in:
1
packages/types/index.d.ts
vendored
1
packages/types/index.d.ts
vendored
@@ -11,6 +11,7 @@ export interface OpenedDatabaseConnection {
|
||||
status?: {
|
||||
name: string;
|
||||
message?: string;
|
||||
counter: number;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user