We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd19e9b commit 022a292Copy full SHA for 022a292
README.md
@@ -1,6 +1,6 @@
1
# Theory
2
3
-A lightweight and intuitive ORM for Go, inspired by the original Java version.
+A lightweight and intuitive ORM for Go, inspired by (the original Java version)[https://github.com/wilburhimself/theory_java].
4
5
## Features
6
@@ -255,8 +255,8 @@ if err != nil {
255
panic(err)
256
}
257
for _, s := range status {
258
- fmt.Printf("Migration: %s, Applied: %v, Batch: %d\n",
259
- s.Migration.Name,
+ fmt.Printf("Migration: %s, Applied: %v, Batch: %d\n",
+ s.Migration.Name,
260
s.Applied != nil,
261
s.Batch)
262
0 commit comments