We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127b0d4 commit 616d539Copy full SHA for 616d539
1 file changed
README.md
@@ -50,6 +50,12 @@ In the `:main` profile, the Ragtime migration strategy is set to
50
`:repl` profile, the migration strategy is set to `:rebase`, which will
51
attempt to roll back migrations to the conflict, then reapply them all.
52
53
+When using `:repl` profile, this module will also add two functions to
54
+the `user` namespace when the system has been initiated:
55
+
56
+- `(db)` - returns the database DataSource
57
+- `(sql stmt & params)` - execute a SQL statment string
58
59
[expand]: https://github.com/weavejester/integrant#expanding
60
[migrations]: https://github.com/weavejester/ragtime/wiki/SQL-Migrations#edn
61
0 commit comments