Sha256: 4762aa22a6baed9b9a16c8641e8467a5d97b52275997f2872bb24baef3e50a66
Contents?: true
Size: 314 Bytes
Versions: 79
Compression:
Stored size: 314 Bytes
Contents
require("cipherstash-pg") c = CipherStashPG.connect(:dbname => "test") c.exec("DROP TABLE IF EXISTS foo") c.exec("CREATE TABLE foo (strings character varying[]);") c.set_error_verbosity(CipherStashPG::PQERRORS_VERBOSE) c.prepare("stmt", "INSERT INTO foo VALUES ($1);") c.exec_prepared("stmt", ["{'this','that'}"])
Version data entries
79 entries across 79 versions & 1 rubygems