Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ validators.ts
File
validators.ts
test/types/validators.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ DataTypes, Model, Sequelize } from
'sequelize'
;
2
3
const
sequelize =
new
Sequelize(
'mysql://user:user@localhost:3306/mydb'
);
4
Callers
nothing calls this directly
Calls
1
init
Method · 0.80
Tested by
no test coverage detected