File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,11 @@ Options
24
24
Database support
25
25
----------------
26
26
* Anything you've got an [ ODBC] ( https://en.wikipedia.org/wiki/Open_Database_Connectivity ) driver for (which should be most SQL databases)
27
- * Postgres
27
+ * Postgres
28
+
29
+ Development
30
+ -----------
31
+ To test the Postgres/ODBC support do the following (on OS X):
32
+ 1 . ` docker run -P postgres -d ` to get a PostgreSQL server running
33
+ 2 . ` brew install psqlodbc sqliteodbc `
34
+ 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 ``
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments