Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ upsert.ts
File
upsert.ts
test/types/upsert.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{Model} from
"sequelize"
2
import
{sequelize} from
'./connection'
;
3
4
class
TestModel extends Model<{ foo: string; bar: string }, {}> {
Callers
nothing calls this directly
Calls
2
init
Method · 0.80
transaction
Method · 0.80
Tested by
no test coverage detected