odbc 0.17.0

ODBC wrapper for idiomatic Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
[PostgreSQL]
Driver              = PostgreSQL Unicode
Database            = travis_ci_test
Servername          = localhost
UserName            = postgres

[TestDataSource]
Description = Test database for odbc-rs
Driver      = SQLite3
Database    = ./travis/test.db
Timeout     = 2000