2
0

Add compatibility with database/sql custom types

Support database/sql.Scanner
Support database/sql/driver.Valuer
This commit is contained in:
Jack Christensen
2015-12-31 14:46:43 -06:00
parent 029bd49065
commit 9f9a9779ac
6 changed files with 160 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ Pgx supports many additional features beyond what is available through database/
* Maps inet and cidr PostgreSQL types to net.IPNet
* Large object support
* Null mapping to Null* struct or pointer to pointer.
* Supports database/sql.Scanner and database/sql/driver/Valuer interfaces for custom types
## Performance