Skip to content

Commit e09bf38

Browse files
committed
Move dev notes into README
1 parent 849c17b commit e09bf38

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@ Options
2424
Database support
2525
----------------
2626
* 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``

notes.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)