MCPcopy Create free account
hub / github.com/fnproject/fn / PostCreate

Method PostCreate

api/datastore/sql/postgres/postgres.go:24–27  ·  view source on GitHub ↗
(db *sqlx.DB)

Source from the content-addressed store, hash-verified

22}
23
24func (postgresHelper) PostCreate(db *sqlx.DB) (*sqlx.DB, error) {
25 return db, nil
26
27}
28func (postgresHelper) CheckTableExists(tx *sqlx.Tx, table string) (bool, error) {
29 query := tx.Rebind(`SELECT count(*)
30 FROM information_schema.TABLES

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected