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

✨ connect database and Populate seed data #1

Merged
merged 30 commits into from
Jul 21, 2019
Merged

Conversation

terakoya76
Copy link
Owner

@terakoya76 terakoya76 commented Jul 15, 2019

Summary

Add basic feature of this tool

  • configurable w/ yaml file
  • create database if not exists
  • create table if not exists
    • create column
    • create index
  • populate table w/ given number of random data

Note

You can try feature by

$ go run main.go populate --config hoge.yaml

@terakoya76 terakoya76 merged commit 1964a47 into master Jul 21, 2019
@terakoya76 terakoya76 deleted the connect_database branch July 21, 2019 08:30
@terakoya76 terakoya76 changed the title Connect database and Populate seed data ✨ connect database and Populate seed data Jul 21, 2019
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.

1 participant