pubnative / mysqldriver-go

GC optimized MySQL driver
https://godoc.org/github.com/pubnative/mysqldriver-go
MIT License
268 stars 20 forks source link

Query parameters #2

Closed scorredoira closed 8 years ago

scorredoira commented 8 years ago

Hi, Is there a way to pass parameters to the query to prevent SQL Injection?

psychocandy commented 8 years ago

Hey @scorredoira, right now it's not supported. We do plan to add it at some point :)

scorredoira commented 8 years ago

Great!