Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchenzichang committed Aug 16, 2024
1 parent 2979450 commit 39ee071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type Database struct {
pendingTables map[string]*Table
}

// todo if the database is already existed, it's suppose to sync the database schema to local
func NewDatabase(name string, addr string, port int, username string, password string) (*Database, error) {
db := &Database{
Name: name,
Expand Down

0 comments on commit 39ee071

Please sign in to comment.