MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / identifier

Function identifier

plugins/destination/sqlite/client/migrate.go:30–32  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

28}
29
30func identifier(str string) string {
31 return `"` + str + `"`
32}
33
34func (c *Client) sqliteTables(tables schema.Tables) (schema.Tables, error) {
35 var schemaTables schema.Tables

Callers 6

recreateTableMethod · 0.70
addColumnMethod · 0.70
createTableIfNotExistMethod · 0.70
ReadMethod · 0.70
insertMethod · 0.70
upsertMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected