We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df862e commit e2025bfCopy full SHA for e2025bf
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dbgen"
3
-version = "0.2.0"
+version = "0.3.0"
4
authors = ["kennytm <kennytm@gmail.com>"]
5
edition = "2018"
6
license = "MIT"
@@ -43,7 +43,7 @@ rand_xorshift = "0.1"
43
shlex = "0.1"
44
45
[dev-dependencies]
46
-regex = "1.0"
+regex = "1.1"
47
tempfile = "3.0"
48
serde_json = "1.0"
49
diff = "0.1"
README.md
@@ -1,6 +1,9 @@
`dbgen`: Database generator
===========================
+[](https://travis-ci.com/kennytm/dbgen)
+[](https://crates.io/crates/dbgen)
+
7
`dbgen` is a program to quickly generate random SQL dump of a table following a given set of
8
expressions.
9
0 commit comments