You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-17
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# PostgreSQL for Schemamama
2
2
3
-
A PostgreSQL adapter for the lightweight database migration system
4
-
[Schemamama](https://github.com/SkylerLipthay/schemamama). Depends on the
5
-
`postgres` crate.
3
+
A PostgreSQL adapter for the lightweight database migration system [Schemamama](https://github.com/SkylerLipthay/schemamama). Depends on the `postgres` crate.
6
4
7
5
## Installation
8
6
@@ -11,8 +9,8 @@ If you're using Cargo, just add Schemamama to your `Cargo.toml`:
To run `cargo test`, you must have PostgreSQL running locally with a user role
81
-
named `postgres` with login access to a database named `postgres`. All tests
82
-
will work in the `pg_temp` schema, so the database will not be modified.
83
-
84
-
## To-do
85
-
86
-
* Make metadata table name configurable (currently locked in to `schemamama`).
79
+
To run `cargo test`, you must have PostgreSQL running locally with a user role named `postgres` with login access to a database named `postgres`. All tests will work in the `pg_temp` schema, so the database will not be modified.
0 commit comments