mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 01:46:02 +00:00
table tab tooltip
This commit is contained in:
10
packages/types/index.d.ts
vendored
10
packages/types/index.d.ts
vendored
@@ -6,6 +6,16 @@ export interface OpenedDatabaseConnection {
|
||||
structure: DatabaseInfo;
|
||||
subprocess: ChildProcess;
|
||||
}
|
||||
|
||||
export interface StoredConnection {
|
||||
engine: string;
|
||||
server: string;
|
||||
port?: number;
|
||||
user: string;
|
||||
password: string;
|
||||
displayName: string;
|
||||
}
|
||||
|
||||
export * from "./engines";
|
||||
export * from "./dbinfo";
|
||||
export * from "./query";
|
||||
|
||||
Reference in New Issue
Block a user