go-cq / cq

neo4j cypher library for database/sql in go
MIT License
133 stars 11 forks source link

support for []interface{} parameters #9

Open freeeve opened 10 years ago

mantissa7 commented 8 years ago

Would this allow rows.Scan(&foo...) instead of re-typing each struct name?