Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add tables and table data #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ambition9186
Copy link
Contributor

No description provided.

@Ambition9186 Ambition9186 force-pushed the feat/add_table branch 2 times, most recently from ad0a33a to b5048ec Compare December 23, 2024 09:15
@Ambition9186 Ambition9186 changed the title feat: add tabel feat: add tables and table data Dec 23, 2024
@Ambition9186 Ambition9186 force-pushed the feat/add_table branch 5 times, most recently from 0da2206 to 2081045 Compare January 7, 2025 02:02
@Ambition9186 Ambition9186 force-pushed the feat/add_table branch 4 times, most recently from 5d116c8 to 0caf1bd Compare January 15, 2025 06:58
type sqlImport struct {
}

func NewSqlImport() *sqlImport {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parser看着还挺关键的,相关可以抽到internal pkg下


type TableImportResp struct {
TableName string `json:"table_name"`
Columns []Columns_ `json:"columns"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

下划线是为了不重名? 按语义是Columns []Column

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants