chore: update README

main
sudo pacman -Syu 2022-11-06 18:06:45 +07:00
parent df43704b2e
commit b9c319ad61
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 23 additions and 0 deletions

View File

@ -1,5 +1,14 @@
# populatedb
Currently support:
- mysql:
- varchar
- bigint
- int
- timestamp
- json
## Install
```sh
@ -13,3 +22,17 @@ Example:
```sh
populatedb g --dialect "mysql" --url "root:@tcp(localhost:4000)/production" --table "production_2022" --number 10000000
```
## Contribute
Feel free to ask or implement feature yourself :)
## Roadmap
- [ ] Support more database (postgres, sqlite, ...)
- [ ] Support more database type
## Thanks
- [k1LoW/tbls](https://github.com/k1LoW/tbls)
- [urfave/cli](https://github.com/urfave/cli)