-
Notifications
You must be signed in to change notification settings - Fork 233
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
Sample data #92
Sample data #92
Conversation
Codecov Report
@@ Coverage Diff @@
## master #92 +/- ##
==========================================
- Coverage 75.27% 75.25% -0.02%
==========================================
Files 86 86
Lines 13490 13481 -9
==========================================
- Hits 10154 10145 -9
Misses 2553 2553
Partials 783 783
Continue to review full report at Codecov.
|
rows = append(rows, row) | ||
} | ||
|
||
rowsInserted, err := connector.Insert(tableName, columnNames, rows) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
report err
examples/examples.go
Outdated
Use: "examples", | ||
Short: "AresDB Examples", | ||
Long: `AresDB Examples Contains examples for interact with aresdb`, | ||
Example: `./examples`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a example command sequence
#92