We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a217494 commit 7b6d525Copy full SHA for 7b6d525
README.md
@@ -30,6 +30,6 @@ Database support
30
Development
31
-----------
32
To test the Postgres/ODBC support do the following (on OS X):
33
-1. `docker run -P -d postgres` to get a PostgreSQL server running
+1. `docker run -P -d postgres:12.1` to get a PostgreSQL server running
34
2. `brew install psqlodbc sqliteodbc`
35
3. ``POSTGRES_SERVER=localhost POSTGRES_PORT=32768 POSTGRES_USERNAME=postgres POSTGRES_PASSWORD= RUST_BACKTRACE=1 POSTGRES_DRIVER=`brew --prefix psqlodbc`/lib/psqlodbca.so SQLITE_DRIVER=`brew --prefix sqliteodbc`/lib/libsqlite3odbc-0.9996.dylib cargo test -- --nocapture``
0 commit comments