mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-28 10:33:23 +08:00
feat: implement mysql connector
This commit is contained in:
@ -6,7 +6,7 @@ export interface Database {
|
||||
tableList: Table[];
|
||||
}
|
||||
|
||||
interface Table {
|
||||
export interface Table {
|
||||
name: string;
|
||||
// structure is a string of the table structure.
|
||||
// It's mainly used for providing a chat context for the assistant.
|
||||
|
Reference in New Issue
Block a user