pqarrays

Paddy 2015-04-19

0:bfe2a4af6bdf Go to Latest

pqarrays/.hgignore

First pass implementation. Use a lexer to generate tokens out of the Array type responses that PostgreSQL will send. Write a parser for string[] array types. Create a StringArray type that fulfills the driver.Valuer and sql.Scanner interfaces using the parser and lexer.

History
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.hgignore	Sun Apr 19 23:47:36 2015 -0400
     1.3 @@ -0,0 +1,1 @@
     1.4 +cover.out