Documentation ¶
Index ¶
Constants ¶
View Source
const Type = "postgres"
Variables ¶
View Source
var QueryDialect = csql.QueryDialect{ RegexpOp: "~", FieldQuote: pq.QuoteIdentifier, Placeholder: func(n int) string { return fmt.Sprintf("$%d", n) }, }
Functions ¶
func RunTxPostgres ¶
func RunTxPostgres(tx *sql.Tx, nodes []graphlog.NodeUpdate, quads []graphlog.QuadUpdate, opts graph.IgnoreOpts) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.