2
0

Add note for strongly typed queries

This commit is contained in:
Jack Christensen
2017-01-07 14:18:52 -06:00
parent 69434056c6
commit 15c4307c48
+2
View File
@@ -40,3 +40,5 @@ ValueReader / msgReader cleanup
Make easier / possible to mock Conn or ConnPool (https://github.com/jackc/pgx/pull/162)
Every field that should not be set by user should be replaced by accessor method (e.g. Conn.PID, Conn.SecretKey)
Investigate strongly typed queries. i.e. Some sort of interface where varargs of Query, Exec, and Scan wouldn't happen. Need to be some low-level interface where (probably generated) functions could (more or less) directly read and write to the connection.