Commit 634f712b authored by Vladimir Barsukov's avatar Vladimir Barsukov
Browse files

zdb utils

parent d33c6524
package zdb
import "github.com/lib/pq"
func QuoteLiteral(s string) string {
return pq.QuoteLiteral(s)
}
func QuoteIdentifier(s string) string {
return pq.QuoteIdentifier(s)
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment