Database Adaptors¶
As of version 2.0, pgcopy supports multiple db adaptors.
The db adaptor is automatically detected when a connection is passed to
pgcopy.CopyManager.
Adaptor |
Notes |
|---|---|
All features are supported |
|
|
|
UTF-8 encoding is strongly recommended on both server and client.
|
|
UTF-8 encoding is strongly recommended on both server and client.
|
Tests¶
One of psycopg2 or psycopg is required to run the tests. The test suite will automatically discover all supported db adaptors.